tare/identity/edit/local-vars/list
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)