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

Allow a "yes" option to force run #90

Merged
merged 1 commit into from
Aug 25, 2015
Merged

Allow a "yes" option to force run #90

merged 1 commit into from
Aug 25, 2015

Conversation

mglaman
Copy link
Contributor

@mglaman mglaman commented Aug 19, 2015

PR for #89. This is based off of the work done in platformsh/legacy-cli#123, which they implemented a --yes and --no option. Any ConfirmationQuestion asked using the helper should used the value of --yes or --no versus its default.

@mglaman
Copy link
Contributor Author

mglaman commented Aug 19, 2015

Use case: I'd like an hourly cron to run environment:deploy so I don't need to manually deploy.

@jonpugh
Copy link
Member

jonpugh commented Aug 25, 2015

Wow, that's excellent!

I was wondering how we could use interactivity similar to drush -y.

Thanks a ton!

jonpugh added a commit that referenced this pull request Aug 25, 2015
Allow a "yes" option to force run
@jonpugh jonpugh merged commit 2dbfe2a into terra-ops:master Aug 25, 2015
@jonpugh
Copy link
Member

jonpugh commented Aug 25, 2015

cc:@jlyon: You did some other work to make environment:delete non-interactive, yes?

Is that work needed anymore now that we have global "--yes"?

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

Successfully merging this pull request may close these issues.

2 participants