Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt

Use this file to discover all available pages before exploring further.

Lists the names of all secrets configured for your tenant. Only names are returned — secret values are write-only and never exposed. See profiles and secrets for how secrets are managed.

Synopsis

murmur secret ls

Arguments

None.

Output

One secret name per line. If no secrets are configured, the command produces no output.

Examples

List all secrets

murmur secret ls
ANTHROPIC_API_KEY
DATADOG_API_KEY
NPM_TOKEN

No secrets configured

murmur secret ls
No output is produced.

Errors

CodeMeaningWhat to do
UNAUTHENTICATEDIdentity token is missing or expired.Run murmur auth or check your murmur.local.yaml configuration.