Skip to content

Add --dry-run option for --generate

Lucas Magalhães requested to merge dry-run into develop

The --generate option is insecure as it just commits to the master branch. This change adds an option to show the changes and not commit at the end. It only works along with --generate.

This depends on !175 (merged)

Merge request reports