-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
atlantis apply -w * #90
Comments
@lkysow A quick related question, shouldn't atlantis have a mechanism to enforce that a PR is applied to all workspaces (or a set of workspaces provided as options to the atlantis server) before they are unlocked for further changes? |
@rr0hit locks are per workspace/directory right now. So if I have
And I run But are you asking for a mechanism that ensures that a PR has a |
This will be fixed by #169. When that's done, running |
In the latest release (0.4.5) if you run
|
* bootstrap mode will now fork hootsuite/atlantis-example repo * use hootsuite repo name for creating pull request
Enable users to apply all outstanding plans with a command something like
atlantis apply -w * -d *
. Exact command to be determined.When auto plan is implemented, the need for an
atlantis plan -w *
would be less likely. This is also harder to implement since we need to figure out what your workspaces and dirs are.The text was updated successfully, but these errors were encountered: