CLI/

agentver config

Manage CLI configuration values (platform URL, default org, telemetry).

Usage

$ agentver config <subcommand>

Subcommands

config list

Show all config values

config get <key>

Get a config value

config set <key> <value>

Set a config value

config unset <key>

Remove a config key

config path

Print the config file path

Examples

Show all configuration

$ agentver config list

Disable telemetry

$ agentver config set telemetry false

Set the platform URL

$ agentver config set platformUrl https://agentver.dev

Print where the config file lives

$ agentver config path

Note: Valid keys: platformUrl, defaultOrg, telemetry.

Related commands