Pandium CLI
This is a command-line interface that allows developers using Pandium to build, test, and manage integrations directly from their command line while leveraging Pandium’s infrastructure.
Notes
This tool is currently only available for Mac OS users.
The Pandium CLI will only interface with internal integrations running on the Pandium platform.
To use this tool, you will need to create an integration and tenant in the Pandium Integration Hub, with fully provisioned connectors.
Running an integration locally in init mode will not update the dynamic configs available to this tenant on the Integration Hub.
Installation
The terminal command to download the Pandium CLI can be accessed directly from the Pandium Admin Dashboard.
Log into the Pandium Admin Dashboard
Navigate to Settings > Developer Resources

Copy the command for your system (E.g. MacOS aarch64 (Apple Silicon))
If you don't see a command listed for your platform of choice, please let us know.

Paste the command into your terminal and hit “Enter.”
Follow the documentation below to start using the CLI and run commands based on your needs.
Authenticate
To list and manage your integrations, authenticate using the following command:
If no environment is provided, it will default to sandbox. Possible environment values currently are sandbox, sandbox-eu, demo
Usage
Get a list of all available commands:
You will get the below output:
Last updated
Was this helpful?