UpdateTelemetryConfig updates a configuration's mutable fields.
Usage:
tare api telemetry update [flags]
Flags:
--api-key-header string api_key_header -- header name for api_key auth; empty leaves unchanged.
--auth-type string auth_type -- empty leaves unchanged; otherwise none, bearer, basic, api_key.
--auth-value string auth_value -- new plaintext credential to encrypt; empty leaves unchanged.
--config-id string config_id is the id of the config to update. (required)
--customer-id string customer_id scopes the request path; used for path-level validation. (required)
--enabled string enabled tri-state encoded as "" (unchanged), "true", "false".
--endpoint string Empty string means "leave unchanged".
--project-id string project_id scopes the request path; used for path-level validation. (required)
--protocol string protocol -- empty leaves unchanged; otherwise grpc, http/json, http/protobuf.
--status string status -- reported connection state; empty leaves unchanged.
Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-p, --profile string credential profile (overrides AGENTROUTER_PROFILE / active)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr