Currently it is possible to run atlantis plan/apply for doing on all projects in PR or atlantis plan/apply -p for running just on one specific project.
But from time to time it happens that out of 10 projects I want to apply on all but 1.. then I have to write 9 atlantis apply -p xxx instead of just one atlantis apply -i xxx
Thank you for the suggestion @tomasbackman ! This seems like a perfectly reasonable feature to include.
This is a bit of scope creep (maybe a different issue) but it could be nice to support wildcards as well for -I / -p.
Would let you do something like "atlantis apply -I prod-*"
Or similarly being able to "atlantis apply -p staging-*".
If wildcards aren't supported, allowing multiple values to be passed could support similar functionality (though more verbose).
Most helpful comment
This is a bit of scope creep (maybe a different issue) but it could be nice to support wildcards as well for -I / -p.
Would let you do something like "atlantis apply -I prod-*"
Or similarly being able to "atlantis apply -p staging-*".
If wildcards aren't supported, allowing multiple values to be passed could support similar functionality (though more verbose).