Agentuity CLI Cloud Secret Get

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

majiayu000 5ff0e4f 2 files · 2.1 KB Updated 567 repo stars

File contents

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

Argument Type Required Description
<key> string Yes -

Options

Option Type Required Default Description
--mask boolean No true mask 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"
}
Field Type Description
key string Secret key name
value string Secret value

majiayu000/claude-skill-registry-data/tree/main/design/agentuity-cli-cloud-secret-get commit 5ff0e4f3ea

Frequently asked questions

npx skillmds add majiayu000/agentuity-cli-cloud-secret-get