Agent skill
agentuity-cli-cloud-redis-show
Show Redis connection URL. 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-redis-show
Metadata
Additional technical details for this skill
- tags
- read-only fast requires-auth
- command
- agentuity cloud redis show
SKILL.md
Cloud Redis Show
Show Redis connection URL
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
bash
agentuity cloud redis show [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--showCredentials |
boolean | Yes | - | Show credentials in plain text (default: masked in terminal, unmasked in JSON) |
Examples
Show Redis connection URL:
bash
bunx @agentuity/cli cloud redis show
Show Redis URL with credentials visible:
bash
bunx @agentuity/cli cloud redis show --show-credentials
Show Redis URL as JSON:
bash
bunx @agentuity/cli --json cloud redis show
Output
Returns JSON object:
json
{
"url": "string"
}
| Field | Type | Description |
|---|---|---|
url |
string | Redis connection URL |
Didn't find tool you were looking for?