upgrade
Upgrades the Spice CLI and runtime to the latest or specified version
Usage​
spice upgrade [target_version] [flags]
target_version - an optional release version to install, including the leading v (e.g. v1.8.3). A version without the leading v is rejected. When omitted, the latest release is used.
Flags​
-f,--forceReinstall the CLI and runtime even when the target version is already installed-h,--helphelp for upgrade
Examples​
spice upgrade
Additional Examples​
Upgrade to a specific version:
spice upgrade v1.8.3
Reinstall the currently installed version:
spice upgrade --force
