We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896b986 commit 69d07b1Copy full SHA for 69d07b1
docs/pizza_generate_config.md
@@ -4,8 +4,10 @@ Generates a ".sauced.yaml" config based on the current repository
4
5
### Synopsis
6
7
-Generates a ".sauced.yaml" configuration file. The attribution of emails to given entities
8
-is based on the repository this command is ran in.
+Generates a ".sauced.yaml" configuration file for use with the Pizza CLI's codeowners command.
+
9
+This command analyzes the git history of the current repository to create a mapping
10
+of email addresses to GitHub usernames.
11
12
```
13
pizza generate config path/to/repo [flags]
0 commit comments