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

iai secrets get

Get a secret in a project

Synopsis

Get a secret in a specific project using the deployment service.

iai secrets get <secret_name> [flags]

Examples

  iai secrets get my-secret
  iai secrets get my-secret -p my-project
  iai secrets get my-secret --json

Options

  -h, --help                  help for get
      --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?