agentuity-cli-云存储创建Skill agentuity-cli-cloud-storage-create

Agentuity云存储创建工具,用于在Agentuity云平台上快速创建和管理存储资源。该工具支持命令行操作,需要身份验证和组织上下文,可用于创建云存储桶、执行试运行等操作。关键词:Agentuity云存储,云存储创建,命令行工具,云平台操作,存储资源管理,DevOps自动化。

云原生架构 0 次安装 6 次浏览 更新于 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 创建的存储桶名称