Skip to main content

ness update

Updates Ness framework packages and plugins in the current project.

ness update [packages...] [options]

With no package arguments, the command discovers installed @nessframework/* dependencies across dependencies, devDependencies, and optionalDependencies.

ness update --dry-run
ness update
ness update core cli
ness update core analyzer --tag next
OptionDescriptionDefault
--tag <tag>Select an npm distribution taglatest
--dry-runPrint the npm install operation without running itdisabled

Short official names such as core, cli, and tailwind are expanded to the @nessframework/* scope. An explicit version already present in a package spec is preserved.

See Update the application for the recommended upgrade workflow.