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.
Last updated
Was this helpful?
Was this helpful?
pandium login [environment]pandium helpUsage:pandium login [environment]
pandium logout
pandium get integrations [integration_id]
pandium get tenants [OPTIONS] [tenant_id]
pandium get help [COMMAND]
pandium local build
pandium local run [OPTIONS] <tenant_id>
pandium local help [COMMAND]
pandium help [COMMAND]...
Options:
-h, --help Print help
-V, --version Print version
pandium login:
Log in to Pandium! Takes environment name as an option, defaults to sandbox
-h, --help Print help
[environment] [default: sandbox] [possible values: sandbox, sandbox-eu, demo]
pandium logout:
End your Pandium session
-h, --help Print help
pandium get:
Get internal integrations or their tenants
-h, --help Print help
pandium get integrations:
See a list of all your internal integrations
-h, --help Print help
[integration_id]
pandium get tenants:
See a list of tenant associated with the provided integration id
-i, --integration-id <integration-id>
--include-active-secrets
-h, --help Print help
[tenant_id]
pandium get help:
Print this message or the help of the given subcommand(s)
pandium local:
Execute commands from your local PANDIUM file (PANDIUM.yaml, PANDIUM.json, or PANDIUM.toml)
-h, --help Print help
pandium local build:
Execute the 'build' command in your PANDIUM.yaml
-h, --help Print help
pandium local run:
Run the integration found in the current folder using the env values from the provided tenant id. Local .env file will override any values saved in pandium
-m, --mode <mode> Optionally specify a run mode. Defaults to 'normal' [default: normal] [possible values: init, normal]
-h, --help Print help
<tenant_id>
pandium local help:
Print this message or the help of the given subcommand(s)
pandium help:
Print this message or the help of the given subcommand(s)
[COMMAND]... Print help for the subcommand(s)