name: agentuity-cli-cloud-db-list description: List database resources. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity cloud db list" tags: "read-only fast requires-auth"
Cloud Db List
List database resources
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud db list [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--showCredentials |
boolean | Yes | - | Show credentials in plain text (default: masked in terminal, unmasked in JSON) |
--nameOnly |
boolean | Yes | - | Print the name only |
Examples
List items:
bunx @agentuity/cli cloud db list
Show output in JSON format:
bunx @agentuity/cli --json cloud db list
List items:
bunx @agentuity/cli cloud db ls
Use show credentials option:
bunx @agentuity/cli cloud db list --show-credentials
Output
Returns JSON object:
{
"databases": "array"
}
| Field | Type | Description |
|---|---|---|
databases |
array | List of database resources |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
4
GitHub Forks
1
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!