Beachball CLI options
For the latest full list of supported options, see CliOptions
in this file.
Most options can also be specified in the configuration file, which is generally preferable as it's easier to read and maintain.
General options
The options below apply to most CLI commands.
Option | Alias | Default | Description |
---|---|---|---|
--branch, -b | -b | target branch; see config docs for details | |
--config-path | -c | cosmiconfig defaults | custom beachball config path |
--no-fetch | skip fetching from the remote | ||
--change-dir | 'change' | name of the directory to store change files | |
--scope | only consider matching package paths (can be specified multiple times); see config docs | ||
--since | only consider changes or change files since this git ref (branch name, commit SHA) | ||
--verbose | prints additional information to the console |