Manage CLI configuration values (platform URL, default org, telemetry).
Usage
$ agentver config <subcommand>Subcommands
config listShow 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 pathPrint the config file path
Examples
Show all configuration
$ agentver config listDisable telemetry
$ agentver config set telemetry falseSet the platform URL
$ agentver config set platformUrl https://agentver.devPrint where the config file lives
$ agentver config pathNote: Valid keys: platformUrl, defaultOrg, telemetry.