Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.16 KB

File metadata and controls

37 lines (25 loc) · 1.16 KB

pizza generate config

Generates a ".sauced.yaml" config based on the current repository

Synopsis

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]

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 "./")
  -r, --range int                  The number of days to analyze commit history (default 90) (default 90)

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 generate - Generates documentation and insights from your codebase