The dnvm update command checks for and installs newer SDK versions for all tracked channels.
dnvm update [--yes]--yes- Optional. Skip confirmation prompts and install updates automatically
The update command checks each tracked channel for available updates:
- For channels with installed SDKs, it compares the newest installed version to the latest available version
- For tracked channels with no installed versions, it installs the latest available version
- If a newer version is available, it prompts to install (or installs automatically with
--yes)
# Check for updates and prompt before installing
dnvm update
# Install updates without prompting
dnvm update --yesdnvm track- Track a release channel for automatic updatesdnvm untrack- Stop tracking a release channeldnvm list- See all installed and tracked SDK versions