Skip to main content
The Control Plane CLI (cpln) is available via npm, Homebrew, or direct binary download for all major operating systems.

Choose your installation method

Install via npm if you have Node.js version 16 or later installed.
npm install -g @controlplane/cli
Requires Node.js version 16+.

Verify installation

After installing with any method, confirm the CLI is installed and accessible:
cpln --version
You should see the version number printed to the console. If you see command not found, ensure the installation directory is in your PATH.

Next steps