| Variable | Description | Values |
|---|---|---|
FALLOW_FORMAT | Default output format | human, json, sarif, compact |
FALLOW_QUIET | Suppress progress output | 1 or true |
FALLOW_BIN | Path to the fallow binary | Any valid path |
FALLOW_FORMAT
Set the default output format so you don’t need to pass--format every time.
--format CLI flag takes precedence over FALLOW_FORMAT when both are set.
FALLOW_QUIET
Suppress progress bars and status messages. Useful in CI environments or when piping output.--quiet on every command.
FALLOW_BIN
Path to the fallow binary. Used by the MCP server (fallow-mcp) and the LSP server to locate the fallow CLI.
fallow on PATH when not set.
See also
MCP server
AI agent integration using the Model Context Protocol.
fallow check
Full CLI reference including all output format options.