cli-global-args.html 673 B

1234567
  1. Argument | Environment variables | Description
  2. -------------------|---------------------------|-----------------------------------------
  3. `‑‑config` | `MZ_CONFIG` | Set the [configuration file](/integrations/cli/configuration).<br>Default: `$HOME/.config/materialize/mz.toml`.
  4. `‑f`, `‑‑format` | `MZ_FORMAT` | Set the output format: `text` , `json`, or `csv`.<br>Default: `text`.
  5. `‑‑no‑color` | `NO_COLOR`, `MZ_NO_COLOR` | Disable color output.
  6. `‑‑help` | | Display help and exit.
  7. `‑‑version` | | Display version and exit.