Skip to content

Configure the CLI

Store non-secret defaults with quollvault config; keep the bearer token only in the environment.

sh
quollvault config set api https://api.quollvault.com
quollvault config set project <project-uuid>
quollvault config set app <app-uuid>
quollvault config set environment <environment-uuid>
quollvault config show
export QUOLLVAULT_TOKEN='<automation-token>'

The API URL must be HTTPS for remote hosts. Project/App/Environment values are canonical UUIDv4 IDs, not names.

Expected result

Commands use configured defaults unless an explicit command option overrides the App/Environment.

Common failures

  • Configure api first: set api.
  • missing token: set QUOLLVAULT_TOKEN in the process/CI secret store.
  • authorization failure: verify the token is active and scoped to the selected Project/App.