agentuity-cli-profile-showSkill agentuity-cli-profile-show

这是一个用于显示Agentuity CLI工具配置文件详情的命令。它允许用户查看指定配置文件的名称、身份验证、开发模式、覆盖设置、用户偏好和客户端信息。关键词:Agentuity CLI,配置文件管理,命令行工具,配置查看,开发工具。

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

name: agentuity-cli-profile-show description: 显示配置文件的配置信息 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “[名称]” metadata: command: “agentuity profile show” tags: “只读 快速”

配置文件显示

显示配置文件的配置信息

使用方法

agentuity profile show [名称]

参数

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

示例

显示详情:

bunx @agentuity/cli profile show

显示详情:

bunx @agentuity/cli profile show production

以JSON格式显示输出:

bunx @agentuity/cli profile show staging --json

输出

返回JSON对象:

{
  "name": "string",
  "auth": "object",
  "devmode": "object",
  "overrides": "unknown",
  "preferences": "object",
  "gravity": "object"
}
字段 类型 描述
name 字符串 配置文件名称
auth 对象 身份验证凭据(由登录/注销命令管理)
devmode 对象 开发模式配置
overrides 未知 URL和行为覆盖
preferences 对象 用户偏好设置
gravity 对象 gravity客户端信息