expanso-cli config env
expanso-cli config env
List the environment variables expanso-cli understands
Synopsis
List the environment variables expanso-cli reads, with the equivalent flag and config key for each and whether it carries a secret.
Prefer environment variables over flags for secrets: a flag value is visible in
ps output and in /proc/<pid>/cmdline on Linux. Use --json for a
machine-readable surface (for agents and scripts).
expanso-cli config env [flags]
Examples
# Human-readable listing
expanso-cli config env
# Machine-readable surface
expanso-cli config env --json
Options
-h, --help help for env
--json Emit the environment surface as JSON
Options inherited from parent commands
--api-key string API key for authentication (e.g., exp_ak_...). Env: EXPANSO_CLI_AUTH_API_KEY (preferred; flag values show in ps output)
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging
SEE ALSO
- expanso-cli config - Configuration management commands