tare api telemetry create

CreateTelemetryConfig creates a new OTel export configuration.

Usage:
  tare api telemetry create [flags]

Flags:
      --api-key-header string   api_key_header is the header name when auth_type is api_key.
      --auth-type string        auth_type defaults to "none" when empty.
      --auth-value string       auth_value is the plaintext credential to encrypt at rest.
      --customer-id string      customer_id (required)
      --enabled                 enabled toggles the configuration; defaults to true when unset.
      --endpoint string         endpoint is the OTLP sink URL. (required)
      --project-id string       project_id (required)
      --protocol string         protocol defaults to "http/protobuf" when empty.
      --telemetry-type string   telemetry_type partitions sinks; defaults to "traces" when empty.

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