name: agentuity-cli-cloud-storage-create description: 创建新的存储资源。需要身份验证。用于Agentuity云平台操作 version: “0.0.104” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud storage create” tags: “mutating creates-resource slow requires-auth requires-deployment”
云存储创建
创建新的存储资源
前提条件
- 已通过
agentuity auth login完成身份验证 - 需要组织上下文(
--org-id或默认组织)
使用方法
agentuity cloud storage create
示例
创建新的云存储桶:
bunx @agentuity/cli cloud storage create
“cloud storage create” 的别名(简写 “new”):
bunx @agentuity/cli cloud storage new
试运行:显示将要创建的内容而不实际更改:
bunx @agentuity/cli --dry-run cloud storage create
输出
返回JSON对象:
{
"success": "boolean",
"name": "string"
}
| 字段 | 类型 | 描述 |
|---|---|---|
success |
boolean | 创建是否成功 |
name |
string | 创建的存储桶名称 |