expanso-edge config env
expanso-edge config env
List the environment variables expanso-edge understands
Synopsis
List the environment variables expanso-edge reads, with the equivalent flag and config key for each and whether it carries a secret.
Prefer environment variables over flags for secrets (bootstrap and enrollment
tokens): a flag value is visible in ps output and in
/proc/<pid>/cmdline on Linux. Use --json for a machine-readable surface.
expanso-edge config env [flags]
Examples
# Human-readable listing
expanso-edge config env
# Machine-readable surface
expanso-edge config env --json
Options
-h, --help help for env
--json Emit the environment surface as JSON
Options inherited from parent commands
-v, --verbose Enable verbose logging
SEE ALSO
- expanso-edge config - Inspect how expanso-edge is configured