tare doctor dump-crds

Writes the live manifest of every CRD in the release contract.
Without --output-dir the manifests stream to stdout as a multi-document
YAML file; with it, each CRD is written to <dir>/<name>.yaml for
attaching to a support ticket. Missing and unreadable CRDs are reported
on stderr so stdout stays a valid manifest stream.

Usage:
  tare doctor dump-crds [flags]

Flags:
      --context string      Kubernetes context override
      --output-dir string   Directory to write one <crd-name>.yaml per CRD into (default: stream to stdout)

Global Flags:
  -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