PLANQK CLI
The PLANQK Command Line Interface (CLI) lets you interact with the PLANQK Platform directly from your terminal.
We have installation instructions to guide you through the initial setup in our
quickstart guide.
Detailed information about the supported commands can be found in our
CLI reference.
To install the PLANQK CLI, you must install Node.js and the npm command line interface using either a
Node version manager or a Node installer.
Make sure you install Node.js version 18 or higher.
Then install the PLANQK CLI globally using npm:
``bash`
npm install -g @planqk/planqk-cli
You can use the --help flag to get information about the supported commands:
` bash`
planqk --help
You may also get information about a specific command:
` bash`
planqk
> Troubleshooting:
> If you experience EACCES permissions` errors during installation, we recommend using Node version manager (nvm).
> Further, you may refer to the official npm documentation how to resolve such issues.
Apache-2.0 | Copyright 2023-now Kipu Quantum GmbH