This message was deleted.
# atlantis-community
s
This message was deleted.
r
It's a breaking change. I do not recall if disable apply was deprecated or if it was accidentally broken This is the pr that introduced --allow-commands https://github.com/runatlantis/atlantis/pull/2877
cc @krrrr38
p
Currently in the docs only the
--disable-apply-all
is listed. I thin the
--disable-apply
was also there.
d
There's a bug I think
That is suppose to backwards compatible the old flag
ApplyDisabled
p
I see. So the
ATLANTIS_DISABLE_APPLY
should not have been removed from the docs?
d
It's deprecate as of that PR, I think there can be a conversation around deprecating old flags and doc removal.
p
So currently the “safe” (?) way to go in terms of disabling apply is
Copy code
ATLANTIS_ALLOW_COMMANDS='version,plan,unlock'
?
👍 1
d
Yes, that will work for sure.
👍 2
this 1