pipecatcloud
or pcc
command (for short).
pcc --version
Show the currently installed version of the Pipecat Cloud CLI.
pcc --help
Show a list of available commands for the Pipecat Cloud CLI.
pcc --config
Show the current configuration settings for the CLI (including an overrides.)
Local user config
CLI configuration is stored in~/.config/pipecatcloud/pipecatcloud.toml
by default. You can override this location by setting the PIPECAT_CONFIG_PATH
environment variable.
The local configuration file stores the following information:
- Access token
- The currently active namespace / organization
- Default API keys and settings for each organization
Example configuration file
Example configuration file
We do not recommend manually editing the configuration file. Should the file become malformed, please run
pcc auth logout
to reset.