agentuity-cli-cloud-storage-createSkill agentuity-cli-cloud-storage-create

Agentuity云存储创建工具,用于在Agentuity云平台上快速创建和管理存储资源。关键词:云存储,存储桶创建,Agentuity CLI,云平台操作,DevOps工具,命令行工具,云资源管理。

CI/CD 0 次安装 15 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-storage-create description: 创建一个新的存储资源。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” 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 创建的存储桶名称