Skip to content
New issue

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

Disable confirm checks with --dry-run #52

Open
ypsah opened this issue Nov 25, 2020 · 0 comments
Open

Disable confirm checks with --dry-run #52

ypsah opened this issue Nov 25, 2020 · 0 comments
Milestone

Comments

@ypsah
Copy link

ypsah commented Nov 25, 2020

Milkcheck can be configured to ask for a confirmation on certain actions (eg. 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.

$ 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?

@cedeyn cedeyn added this to the 1.2.5 milestone Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants