agentuity-cli-cloud-storage-create

Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations

allowed_tools: Bash(agentuity:*)

$ 설치

git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-create ~/.claude/skills/discord-help-agent

// tip: Run this command in your terminal to install the skill


name: agentuity-cli-cloud-storage-create description: Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity cloud storage create" tags: "mutating creates-resource slow requires-auth requires-deployment"

Cloud Storage Create

Create a new storage resource

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity cloud storage create

Examples

Create a new cloud storage bucket:

bunx @agentuity/cli cloud storage create

Alias for "cloud storage create" (shorthand "new"):

bunx @agentuity/cli cloud storage new

Dry-run: display what would be created without making changes:

bunx @agentuity/cli --dry-run cloud storage create

Output

Returns JSON object:

{
  "success": "boolean",
  "name": "string"
}
FieldTypeDescription
successbooleanWhether creation succeeded
namestringCreated storage bucket name

Repository

agentuity
agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-create
1
Stars
0
Forks
Updated2d ago
Added1w ago