Generates a ".sauced.yaml" config based on the current repository
Generates a ".sauced.yaml" configuration file for use with the Pizza CLI's codeowners command.
This command analyzes the git history of the current repository to create a mapping of email addresses to GitHub usernames.
pizza generate config path/to/repo [flags]
-h, --help help for config
-i, --interactive Whether to be interactive
-o, --output-path .sauced.yaml Directory to create the .sauced.yaml file. (default "./")
-r, --range int The number of days to analyze commit history (default 90) (default 90)
-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
- pizza generate - Generates documentation and insights from your codebase