Dmitry Munda
08/30/2024, 1:29 PMDmitry Munda
08/30/2024, 1:31 PMservice
<> client1
service
<> client2
client1 environments
env1->env2
client2 environments
env1->env3
when calling c-i-d for service
+ env2, it says there is no client2
version on that envDmitry Munda
08/30/2024, 1:32 PMDmitry Munda
08/30/2024, 1:33 PMYousaf Nabi (pactflow.io)
[--ignore=PACTICIPANT]
# The pacticipant name to ignore. Use once for each pacticipant
being ignored. A specific version can be ignored by also
specifying a --version after the pacticipant name option. The
environment variable PACT_BROKER_CAN_I_DEPLOY_IGNORE may also
be used to specify a pacticipant name to ignore, with commas to
separate multiple pacticipant names if necessary.
Dmitry Munda
09/02/2024, 6:22 AMDmitry Munda
09/02/2024, 6:23 AMDmitry Munda
09/02/2024, 6:23 AMDmitry Munda
09/02/2024, 7:15 AMPACT_BROKER_CAN_I_DEPLOY_DRY_RUN=true. This mode is useful when
setting up your CI/CD pipeline for the first time, or in a
'break glass' situation where you need to knowingly deploy what
Pact considers a breaking change.
Dmitry Munda
09/05/2024, 8:17 AM