Skip to main content

tare identity edit telemetry-headers set

Set one or more entries

Usage:
tare identity edit telemetry-headers set [KEY=VALUE ...] [flags]

Examples:
tare identity edit --file my.identity.json telemetry-headers set \
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 set --from-file headers.env

Flags:
--from-file string Read KEY=VALUE entries from a file (one per line, # comments allowed)

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