agentuity avatar

agentuity-cli-profile-show

Show the configuration of a profile

作者 agentuity|オープンソース

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
namestringProfile name
authobjectAuthentication credentials (managed by login/logout commands)
devmodeobjectDevelopment mode configuration
overridesunknownURL and behavior overrides
preferencesobjectUser preferences
gravityobjectthe gravity client information