tare api clients keys rotate

RotateKeyInClient creates a new key attached to client_id and may schedule the prior key's disable/destroy lifecycle.

Usage:
  tare api clients keys rotate [flags]

Flags:
      --client-id string          client_id (required)
      --customer-id string        Owning customer slug.
      --destroy-after string      destroy_after
      --disable-after string      Convenience flags for the CLI: durations relative to now.
      --key-name string           key_name
      --old-key-id string         old_key_id
      --project-id string         Owning project slug.
      --user-key-address string   user_key_address

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