Agentuity云平台键值存储命名空间创建工具Skill agentuity-cli-cloud-keyvalue-create-namespace

这是一个用于在Agentuity云平台上创建键值存储命名空间的命令行工具。主要功能包括:创建命名空间、云平台操作、键值存储管理、CLI工具、DevOps自动化。适用于需要管理云存储命名空间的开发者和运维人员。

云原生架构 0 次安装 0 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-keyvalue-create-namespace description: 创建一个新的键值命名空间。需要身份验证。用于Agentuity云平台操作 version: “0.0.104” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “<name>” metadata: command: “agentuity cloud keyvalue create-namespace” tags: “mutating creates-resource slow requires-auth”

云键值存储 创建命名空间

创建一个新的键值命名空间

前提条件

  • 已通过 agentuity auth login 完成身份验证
  • 需要项目上下文(从项目目录运行或使用 --project-id

使用方法

agentuity cloud keyvalue create-namespace <name>

参数

参数 类型 是否必需 描述
<name> 字符串 -

示例

创建生产环境命名空间:

bunx @agentuity/cli kv create-namespace production

创建预发布环境命名空间(使用别名):

bunx @agentuity/cli kv create staging

创建缓存命名空间:

bunx @agentuity/cli kv create cache

输出

返回JSON对象:

{
  "success": "boolean",
  "namespace": "string",
  "message": "string"
}
字段 类型 描述
success 布尔值 操作是否成功
namespace 字符串 命名空间名称
message 字符串 成功消息