Hi :wave: if my Provider is tagging an environment...
# general
b
Hi 👋 if my Provider is tagging an environment, why can't I see it when I run
broker list-environments
?
m
how are you tagging an environment? (just to confirm what we’re talking about here)
do you mean
pact-broker record-deployment
(which would record that an application has been deployed to an environment)
or do you mean via
--provider-version-tag
(or another provider tag)
if the latter, they aren’t environments - they are tags
tags != environments
🙌 1