Simpson Say
08/23/2023, 1:57 PMIf 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?