Add a --flag to limit output logs to only include statements which are or will be executed
Describe the feature
Currently, Permifrost will log all of the configured command statements regardless of whether they will be skipped or executed. I'd like a CLI --flag which will output only the statements which are actually executed (or planned to be executed in a dry run).
Describe alternatives you've considered
None
Additional context
This would make it much easier to review planned or executed statements in a large project. Additionally, I have Permifrost setup to run in a Github Action, where I would like, on a PR commit, to have the job create a comment on the PR with the --dry-run planned statements. Currently, when including the "skipped" statements the logs are too large to include in a comment.
Who will this benefit?
Anyone with a sufficiently large or complex project managing thousands of configured statements.