Agent skill
agentuity-cli-cloud-secret-list
List all secrets. Requires authentication. Use for Agentuity cloud platform operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-secret-list
Metadata
Additional technical details for this skill
- tags
- read-only fast requires-auth requires-project
- command
- agentuity cloud secret list
SKILL.md
Cloud Secret List
List all secrets
Prerequisites
- Authenticated with
agentuity auth login - Project context required (run from project directory or use
--project-id)
Usage
bash
agentuity cloud secret list [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--mask |
boolean | No | true |
mask the values in output (default: true in TTY for secrets) |
Examples
List items:
bash
bunx @agentuity/cli secret list
Use no mask option:
bash
bunx @agentuity/cli secret list --no-mask
Output
Returns: object
Didn't find tool you were looking for?