Skip to content

Commit

Permalink
chore: automated docs generation for release
Browse files Browse the repository at this point in the history
Co-authored-by: Zeu Capua <[email protected]>
  • Loading branch information
open-sauced[bot] and zeucapua committed Sep 10, 2024
1 parent b5bc04e commit 9f6a92c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pizza_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ pizza generate [subcommand] [flags]

* [pizza](pizza.md) - OpenSauced CLI
* [pizza generate codeowners](pizza_generate_codeowners.md) - Generate a CODEOWNERS file for a GitHub repository using a "~/.sauced.yaml" config
* [pizza generate config](pizza_generate_config.md) - Generates a ".sauced.yaml" config based on the current repository

34 changes: 34 additions & 0 deletions docs/pizza_generate_config.md
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

0 comments on commit 9f6a92c

Please sign in to comment.