Skip to main content

tare identity edit local-vars list

List current entries

Usage:
tare identity edit local-vars list [flags]

Examples:
# Read from a file — recommended when value contains '=' (e.g. OTEL auth headers)
# otel.env:
# OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318
# OTEL_EXPORTER_OTLP_HEADERS=Authorization=Bearer <your-token>
tare identity edit --file my.identity.json local-vars list --from-file otel.env

# Or inline
tare identity edit --file my.identity.json local-vars list \
OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer <your-token>"

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