finally got around to updating to the latest versi...
# atlantis-community
s
finally got around to updating to the latest version of atlantis, question about this note from the docs:
Copy code
If no directory/project/workspace is specified, ex. atlantis apply, this command will apply all unapplied plans from this pull request. This includes all projects that have been planned manually with atlantis plan -p/-d/-w since the last autoplan or atlantis plan command.
So to make sure I’m reading this correctly, I have a PR where i ran a bunch of
atlantis plan -d <dir>
, when i goto apply, i just need to run
atlantis apply
and itwill pick up all those plans I ran? Meaning i dont need to do an
atlantis apply -d <dir>
anymore?
šŸ‘ 1
šŸ†’ 1