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