agentuity-cli-cloud-redis-show
Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ Instalar
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-redis-show ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-cloud-redis-show description: Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity cloud redis show" tags: "read-only fast requires-auth"
Cloud Redis Show
Show Redis connection URL
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
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:
bunx @agentuity/cli cloud redis show
Show Redis URL with credentials visible:
bunx @agentuity/cli cloud redis show --show-credentials
Show Redis URL as JSON:
bunx @agentuity/cli --json cloud redis show
Output
Returns JSON object:
{
"url": "string"
}
| Field | Type | Description |
|---|---|---|
url | string | Redis connection URL |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-redis-show
1
Stars
0
Forks
Updated1d ago
Added1w ago