Options for configuring CLI behavior, such as command line aliases.
Backend: <span style="color: purple"><code></code></span> Config section: <span style="color: purple"><code>[cli]</code></span>
## Basic options
<div style="color: purple"> <h3><code>alias</code></h3> <code>--cli-alias="{'key1': val1, 'key2': val2, ...}"</code><br> <code>PANTS_CLI_ALIAS</code><br> </div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>{}</code></span>
<br>
Register command line aliases. Example:
This would allow you to run `./pants green all-changed
`, which is shorthand for `./pants fmt lint check --changed-since=HEAD --changed-dependees=transitive
`.
Notice: this option must be placed in a config file (e.g. `pants.toml
` or `pantsrc
`) to have any effect.
</div> <br>
## Advanced options
None
## Deprecated options
None