agentuity avatar

agentuity-cli-cloud-secret-get

Get a secret value. Requires authentication. Use for Agentuity cloud platform operations

作者 agentuity|オープンソース

Cloud Secret Get

Get a secret value

Prerequisites

  • Authenticated with agentuity auth login
  • Project context required (run from project directory or use --project-id)

Usage

agentuity cloud secret get <key> [options]

Arguments

ArgumentTypeRequiredDescription
<key>stringYes-

Options

OptionTypeRequiredDefaultDescription
--maskbooleanNotruemask the value in output (default: true in TTY, false otherwise)

Examples

Get item details:

bunx @agentuity/cli secret get DATABASE_URL

Use no mask option:

bunx @agentuity/cli secret get STRIPE_SECRET_KEY --no-mask

Output

Returns JSON object:

{
  "key": "string",
  "value": "string"
}
FieldTypeDescription
keystringSecret key name
valuestringSecret value
agentuity-cli-cloud-secret-get - AI Agent Skill for Claude Code & Cursor | Agent Skills