配置文件显示Skill agentuity-cli-profile-show

该技能用于显示Agentuity CLI工具的配置文件配置详情。通过命令行界面,用户可以查看指定配置文件的名称、身份验证信息、开发模式设置、URL覆盖、用户偏好以及Gravity客户端信息。适用于开发调试、配置管理和系统运维场景。关键词:配置文件查看,CLI工具,配置管理,开发调试,Agentuity,命令行界面,系统配置

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

name: agentuity-cli-profile-show description: 显示配置文件的配置信息 version: “0.0.104” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “[name]” metadata: command: “agentuity profile show” tags: “read-only fast”

配置文件显示

显示配置文件的配置信息

用法

agentuity profile show [name]

参数

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

示例

显示详细信息:

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客户端信息