Commands
but publish
Publish review requests for active branches in your workspace
Usage
Description
By default, publishes reviews for all active branches in your workspace. You can optionally specify a single branch to publish.
Options
-b, --branch <BRANCH>
Publish reviews only for the specified branch.
- Type: String
- Required: Optional
-f, --with-force
Force push even if it's not fast-forward.
- Type: Flag (boolean)
- Default:
true
-s, --skip-force-push-protection
Skip force push protection checks.
- Type: Flag (boolean)
- Default:
false
-r, --run-hooks
Run pre-push hooks.
- Type: Flag (boolean)
- Default:
true
Examples
Publish all active branches:
Publish a specific branch:
Publish without running hooks:
Last updated on