Claude-skill-registry agentuity-cli-profile-show

Show the configuration of a profile

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-profile-show" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-profile-show && rm -rf "$T"
manifest: skills/data/agentuity-cli-profile-show/SKILL.md
source content

Profile Show

Show the configuration of a profile

Usage

agentuity profile show [name]

Arguments

ArgumentTypeRequiredDescription
<name>
stringNo-

Examples

Show details:

bunx @agentuity/cli profile show

Show details:

bunx @agentuity/cli profile show production

Show output in JSON format:

bunx @agentuity/cli profile show staging --json

Output

Returns JSON object:

{
  "name": "string",
  "auth": "object",
  "devmode": "object",
  "overrides": "unknown",
  "preferences": "object",
  "gravity": "object"
}
FieldTypeDescription
name
stringProfile name
auth
objectAuthentication credentials (managed by login/logout commands)
devmode
objectDevelopment mode configuration
overrides
unknownURL and behavior overrides
preferences
objectUser preferences
gravity
objectthe gravity client information