Skip to main content

nvm upgrade

Upgrade NVM for Windows.

Usage

Usage: nvm upgrade [flags]

Arguments

This command takes no arguments.

Flags

FlagShortDescription
--checkCheck for updates without performing the upgrade.

Behavior

DetailDescription
BackendDelegates to sync.exe upgrade
--checkRuns sync upgrade in check-only mode
PolicyUpgrade execution blocked when disable_upgrade=true; check-only still allowed

Examples

# check only
nvm upgrade --check

# perform upgrade flow
nvm upgrade

Sample output

Checking for updates...
No updates available.

Verified transcript (local run)

PS> nvm upgrade --help
Usage: nvm upgrade [flags]

Flags:
--check Check for updates without performing the upgrade.

Use --check in scripts or monitoring jobs when you only need availability status.