-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: automated docs generation for release
Co-authored-by: Zeu Capua <[email protected]>
- Loading branch information
1 parent
8044105
commit aa7b1a4
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## pizza offboard | ||
|
||
CAUTION: Experimental Command. Removes users from the ".sauced.yaml" config and "CODEOWNERS" files. | ||
|
||
### Synopsis | ||
|
||
CAUTION: Experimental Command. Removes users from the \".sauced.yaml\" config and \"CODEOWNERS\" files. | ||
Requires the users' name OR email. | ||
|
||
``` | ||
pizza offboard <username/email> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for offboard | ||
-p, --path string the path to the repository (required) | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string The codeowners config | ||
--disable-telemetry Disable sending telemetry data to OpenSauced | ||
-l, --log-level string The logging level. Options: error, warn, info, debug (default "info") | ||
--tty-disable Disable log stylization. Suitable for CI/CD and automation | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [pizza](pizza.md) - OpenSauced CLI | ||
|