upgrade
Command used to upgrade stackql-deploy and the stackql binary to the latest versions.
Syntax
stackql-deploy upgrade
Description
The upgrade command automates the process of upgrading the stackql binary to the latest available version. This ensures that your environment is up-to-date with the latest features, improvements, and security patches.
To upgrade the stackql-deploy binary itself, use your package manager:
- macOS (Homebrew)
- Windows (Chocolatey)
- Linux
brew upgrade stackql-deploy
choco upgrade stackql-deploy
Download the latest binary from the GitHub Releases page.
Examples
Upgrade the stackql binary to the latest version
stackql-deploy upgrade
outputs...
upgrading stackql binary, current version v0.5.708...
stackql binary upgraded to v0.6.002.
If the stackql binary is already up-to-date, the command will notify you accordingly.