-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add "auto approve" option to schema apply
command
#519
Comments
Hey hey @ericyd 👋 cc'ing @rotemtam and @yonidavidson as they wanted to add this, and they can help you contribute this change to atlas if you like (should be pretty simple). Thanks 🙏 |
hey @ericyd , thanks for the feedback! I would love to see this added to the In the meantime, you can do something like:
|
seems like a very promising project, I'm excited about the work that has already been put in. I'll try to make time tomorrow to pursue a fix and I'll reach out on Discord before I do |
That's great! Looking forward to working on this with you |
Type
Feature request
Background
My interest in Atlas is to streamline our CI flow. We currently prepare a database in our CI environment and run migrations sequentially before our tests run. This takes about 25-30 seconds whereas
atlas schema apply
takes a fraction of a second. However, for this to work in a CI environment, there needs to be a command line option to "auto-approve" the schema application.Details
schema apply
command that approves the schema application without prompting for user inputThe text was updated successfully, but these errors were encountered: