Sha256: 8573eb6664f40577de9a517caf3c161c8d2d72fa181e847461d4e0745ca0b680
Contents?: true
Size: 755 Bytes
Versions: 1
Compression:
Stored size: 755 Bytes
Contents
export PACT_BROKER_FEATURES=deployments bundle exec bin/pact-broker create-or-update-pacticipant --name Foo bundle exec bin/pact-broker create-version-tag --pacticipant Foo --version 2 --tag main --auto-create-version bundle exec bin/pact-broker describe-version --pacticipant Foo --version 2 bundle exec bin/pact-broker create-environment --name test bundle exec bin/pact-broker can-i-deploy --pacticipant Foo --version 2 --to-environment test bundle exec bin/pact-broker record-deployment --pacticipant Foo --version 2 --environment test --target foo bundle exec bin/pact-broker record-undeployment --pacticipant Foo --version 2 --environment test --target foo bundle exec bin/pact-broker record-release --pacticipant Foo --version 2 --environment test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.44.0 | script/record-deployments-and-releases.sh |