Skip to main content

Installation

To install the Paradime CLI, use pip:

Obtaining API Credentials

Before you can use the Paradime CLI, you need to generate an API key and copy its API Endpoint. The CLI supports both key types — see API Keys to generate one.
Bearer-token authentication (account and workspace API keys) requires paradime-io version 5.13.0 or later.

Generate Api Keys Legacy

Set the environment variables to start using the CLI

Use the credentials you have generated to set these as environment variables in your system. Which variables you set depends on the type of API key you generated.
Set your account API key (starting with prdm_cmp_) as PARADIME_API_SECRET, and set PARADIME_WORKSPACE_UID to the workspace the CLI should run against (the workspace_token from Account Settings → Workspace). No PARADIME_API_KEY is needed.
Optionally, you can run the login CLI command to set the credentials interactively. It will prompt for the workspace UID automatically when you enter an account API key.

CLI Usage

For the full specification of the CLI, run:

Bolt Cli