agentuity-cli-profile-useSkill agentuity-cli-profile-use

这是一个用于切换命令行工具配置文件的技能。它允许用户在多个预设的配置环境(如生产环境、测试环境等)之间快速切换,提高开发与部署效率。关键词:配置文件切换,CLI工具,环境管理,开发运维,Agentuity。

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

name: agentuity-cli-profile-use description: 切换到不同的配置配置文件 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “[名称]” metadata: command: “agentuity profile use” tags: “mutating updates-resource fast”

配置文件使用

切换到不同的配置配置文件

用法

agentuity profile use [名称]

参数

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

示例

切换到 “production” 配置文件:

bunx @agentuity/cli profile use production

切换到 “staging” 配置文件:

bunx @agentuity/cli profile switch staging

显示交互式配置文件选择菜单:

bunx @agentuity/cli profile use