Skip to main content
config is a diagnostic command. It prints the configuration the CLI has resolved from the environment, the .env file, and any defaults. It never makes a network call and never reveals your full API key.

Synopsis

The command takes no flags.

Output

When configuration is found:
When no API key can be located:
The setup help that follows mirrors the Configuration page — environment variables, .env file, and CLI overrides. The API key is masked as <first 4>..<last 2>.

When to use it

  • Sanity-check a fresh install.
  • Confirm whether .env is being loaded from the directory you’re in (cd somewhere else and the answer may change).
  • Debug “wrong host” issues — the printed Base URL is exactly what the CLI will call.

See also