This message was deleted.
# atlantis-community
s
This message was deleted.
p
Currently, I am planning one of my environment say 'dev', plan is run successfully, but the complete plan output is added as a comment on the PR
b
With "complete plan" do you mean that all of the workflows are ran and also 'prod/staging and dev' plans are output?
But you only want to see dev and have other plans executed later somehow?
p
complete plan refers to the full plan of only the 'dev' env and it is outputing only the 'dev' plan on the PR
Because of this, when there multiple comments added in the PR, it becomes very hard to see the plan result. We need to scroll down to see the result. Is there a way we can only output only the plan result, instead of the full plan output.In github I see an option
--hide-prev-plan-comments
, but we do not have that option in bitbucket.