AutoMax
ReferenceCLI commands

automax config

Show and validate resolved configuration.

config show

automax config show -p <slug> [-e <env>] [--explain] [--show-secrets] [--json]

Without --explain prints the merged project, env and runtime trees with secret-looking values redacted. With --explain prints one row per leaf with the layer that produced it (defaults, project, envYaml, dotenv, processEnv, cli).

bun run automax config show -p demo-shop -e staging --explain
bun run automax --json config show -p demo-shop -e local

config validate

automax config validate

Resolves every project × environment and reports ok or the first error. Exit code 2 when anything fails.

bun run automax config validate

On this page