agentuity-cli-profile-createSkill agentuity-cli-profile-create

Agentuity CLI配置文件创建工具,用于快速创建和管理命令行工具的配置环境。该技能支持创建新的配置配置文件,并可选择立即切换至新配置,适用于开发环境管理、多环境部署和配置隔离场景。关键词:CLI工具、配置文件、环境管理、开发配置、DevOps、命令行、配置切换、软件开发工具。

DevOps 0 次安装 0 次浏览 更新于 2/28/2026

name: agentuity-cli-profile-create description: 创建新的配置配置文件 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “<名称>” metadata: command: “agentuity profile create” tags: “mutating creates-resource fast”

配置文件创建

创建新的配置配置文件

使用方法

agentuity profile create <名称> [选项]

参数

参数 类型 必填 描述
<名称> 字符串 -

选项

选项 类型 必填 默认值 描述
--switch 布尔值 - 切换到该配置文件(如果存在多个)

示例

创建新项目:

bunx @agentuity/cli profile create production

使用切换选项:

bunx @agentuity/cli profile create staging --switch

创建新项目:

bunx @agentuity/cli profile create development

输出

返回JSON对象:

{
  "success": "boolean",
  "name": "string",
  "path": "string"
}
字段 类型 描述
success 布尔值 创建是否成功
name 字符串 配置文件名称
path 字符串 配置文件路径