Skip to content
CDKTN CLI Toolkit

CDKTN CLI Toolkit

Next, we'll install the CDKTN CLI Toolkit. The toolkit is a command-line utility which allows you to work with TerraConstructs apps.

Open a terminal session and run the following command:

  • Windows: you'll need to run this as an Administrator
  • POSIX: on some systems you may need to run this with sudo
npm install -g cdktn-cli

You can check the toolkit version:

$ cdktn --version
0.23.3
Edit this page