Skip to main content

Option Syntax

Options that accept a value can be passed with or without an equals sign.
Options that accept a boolean value be true if no value is passed. Options can explicitly be set to false by passed it as a value.

Global Options

These options can be used with any command.

--color

Force color in output when running Commonality CLI commands. You can also use the FORCE_COLOR environment variable to control which colors should be output. This flag hooks into supports-color under the hood.
copy
copy

--no-color

Suppress all color in output when running Commonality CLI commands. This flag hooks into supports-color under the hood.
copy
copy