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
Hi, thanks for this tool.
Is there a way to apply all changes without validation ? That way the tool could be run as a cron or a travis job easily.
The text was updated successfully, but these errors were encountered:
Hi @ovv, noted, it is a fair request. At the moment you can use yes via yes | dothub to accept all prompts if working on unix.
yes | dothub
Sorry, something went wrong.
Adds --yes option to auto-apply changes.
--yes
a2f2544
This addresses issue mariocj89#38 and makes it possible to run dothub as a cron job or as part of a CI pipeline without having to use `yes`.
No branches or pull requests
Hi, thanks for this tool.
Is there a way to apply all changes without validation ? That way the tool could be run as a cron or a travis job easily.
The text was updated successfully, but these errors were encountered: