update
Upgrade to the latest version of the platform tools:
uvm update
If you want to restrict the upgrade to a specific version range:
uvm update ^1
Which can be enforced using the UVM_INSTALL_VERSION_RANGE
environment variable:
export UVM_INSTALL_VERSION_RANGE="^1"
Afterwards running uvm update
without any options will restrict upgrades to >= 1.0.0
and < 2.0.0
.
To update the version manager executables:
uvm update --self
Usage
uvm-update 0.48.6
Update to a new release
USAGE:
uvm update [FLAGS] [version-range]
FLAGS:
-h, --help Prints help information
-s, --self Update the version manager (uvm)
-V, --version Prints version information
ARGS:
<version-range> Semver range filter [env: UVM_INSTALL_VERSION_RANGE]