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