Skip to content

Command Line Arguments

Oli Wennell edited this page Feb 22, 2019 · 7 revisions

Usage

Fettle.Console.exe --config <file> [options]

Use the --help (-h) argument to see more info from the command-line.

Options

--config (-c)
Required
Path to configuration file

--quiet (-q)
Optional (default: False)
If specified, less output will be produced

--verbose (-v) Optional (default: False) If specified, a lot of output will be produced, which may help with diagnosing issues.

--skipcoverageanalysis (-s)
Optional (default: False)
If specified, the coverage analysis optimisation is skipped.
You can read more about the pros and cons of doing this here.

--modificationsonly (-m)
Optional (default: False)
If specified, only the .cs files you have changed locally will be mutated (which is much faster than mutating the entire code-base).
Note that this requires your solution to be within a git repository.
More info here.

Clone this wiki locally