-
-
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
b5bc04e
commit 9f6a92c
Showing
2 changed files
with
35 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,34 @@ | ||
## pizza generate config | ||
|
||
Generates a ".sauced.yaml" config based on the current repository | ||
|
||
### Synopsis | ||
|
||
Generates a ".sauced.yaml" configuration file. The attribution of emails to given entities | ||
is based on the repository this command is ran in. | ||
|
||
``` | ||
pizza generate config path/to/repo [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for config | ||
-i, --interactive Whether to be interactive | ||
-o, --output-path .sauced.yaml Directory to create the .sauced.yaml file. (default "./") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string The codeowners config (default "~/.sauced.yaml") | ||
--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 generate](pizza_generate.md) - Generates documentation and insights from your codebase | ||
|