Skip to content

v16.13.0

Compare
Choose a tag to compare
@raineorshine raineorshine released this 22 Aug 15:58
· 227 commits to main since this release

Feature

  • Added --install option to control auto-install behavior.

Usage:

ncu --install [value]

Default: prompt

Control the auto-install behavior.

alwaysRuns your package manager's install command automatically after upgrading.
neverDoes not install and does not prompt.
promptShows a message after upgrading that recommends an install, but does not install. In interactive mode, prompts for install. (default)