Install Kusion CLI | Transform Your Internal Developer Platform with KusionStack (original) (raw)
Version: v0.14
You can install the latest Kusion CLI on MacOS, Linux and Windows.
MacOs/Linux
For the MacOs and Linux, Homebrew and sh script are supported. Choose the one you prefer from the methods below.
- Homebrew
- curl | sh
The recommended method for installing on MacOS and Linux is to use the brew package manager.
Install Kusion
# tap formula repository Kusionstack/tap
brew tap KusionStack/tap
# install Kusion
brew install KusionStack/tap/kusion
Update Kusion
# update formulae from remote
brew update
# update Kusion
brew upgrade KusionStack/tap/kusion
Uninstall Kusion
# uninstall Kusion
brew uninstall KusionStack/tap/kusion
Windows
For the Windows, Scoop and Powershell script are supported. Choose the one you prefer from the methods below.
- Scoop
- Powershell
The recommended method for installing on Windows is to use the scoop package manager.
Install Kusion
# add scoop bucket KusionStack
scoop bucket add KusionStack https://github.com/KusionStack/scoop-bucket.git
# install kusion
scoop install KusionStack/kusion
Update Kusion
# update manifest from remote
scoop update
# update Kusion
scoop install KusionStack/kusion
Uninstall Kusion
# uninstall Kusion
brew uninstall KusionStack/kusion