Installation¶
To install the CLI use one of the following methods:
npm i -g cdk8s-cli
yarn global add cdk8s-cli
brew install cdk8s
Note: the latest version of the
cdk8s
cli available via Homebrew is0.33.0
because Homebrew does not accept beta versions. Once a stable1.0.0
version is released it will be available on Homebrew as well. In the meantime, please usenpm
oryarn
to install the latest cli.