配置文件切换Skill agentuity-cli-profile-use

这是一个用于切换命令行工具配置文件的技能。它允许用户在多个预设的配置环境(如生产环境、测试环境)之间快速切换,无需手动修改配置文件。核心功能包括指定配置文件切换和交互式菜单选择,适用于开发、测试和部署等不同场景的工作流管理。关键词:配置文件切换、环境管理、CLI工具、开发工具、工作流优化。

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

name: agentuity-cli-profile-use description: 切换到不同的配置配置文件 version: “0.0.104” 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