List current entries
Usage:
tare identity edit telemetry-headers list [flags]
Examples:
tare identity edit --file my.identity.json telemetry-headers list \
Authorization="Bearer <your-token>" \
X-Tenant-ID=acme
# Or read from a file (avoids shell quoting of values containing '=')
tare identity edit --file my.identity.json telemetry-headers list --from-file headers.env
Global Flags:
-f, --file string Path to the identity JSON file (default: identity.json)
-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