We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milkcheck can be configured to ask for a confirmation on certain actions (eg. stop).
stop
$ milkcheck my_action stop Are you sure you want to run stop action? (y/N)
And it does so, whether --dry-run is used or not.
--dry-run
$ milkcheck --dry-run my_action stop Are you sure you want to run stop action? (y/N)
As a first time user, this frightened me a little.
Could confirm checks be skipped for dry-runs, please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Milkcheck can be configured to ask for a confirmation on certain actions (eg.
stop
).And it does so, whether
--dry-run
is used or not.As a first time user, this frightened me a little.
Could confirm checks be skipped for dry-runs, please?
The text was updated successfully, but these errors were encountered: