For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai secrets list

List secrets in a project

Synopsis

List secrets in a specific project.

iai secrets list [flags]

Examples

  iai secrets list
  iai secrets list -p my-project -o my-org
  iai secrets list --json

Options

  -h, --help                  help for list
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name that owns the secrets
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

  • iai secrets - Encrypted key-value pairs for services and agents

Last updated

Was this helpful?