Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ruby-standalone 1.8.0 and delegate publishPacts to new pact-publish executable #102

Closed
bethesque opened this issue Sep 30, 2017 · 3 comments

Comments

@bethesque
Copy link
Member

bethesque commented Sep 30, 2017

The pact-publish command merges pact files for the same consumer/provider (that have been created by running in specs in parallel) before publishing them to the broker.

Usage:
  pact-publish PACT_DIRS_OR_FILES ... -a, --consumer-app-version=CONSUMER_APP_VERSION -b, --broker-base-url=BROKER_BASE_URL

Options:
  -a, --consumer-app-version=CONSUMER_APP_VERSION  # The consumer application version
  -b, --broker-base-url=BROKER_BASE_URL            # The base URL of the Pact Broker
  -n, [--broker-username=BROKER_USERNAME]          # Pact Broker basic auth username
  -p, [--broker-password=BROKER_PASSWORD]          # Pact Broker basic auth password
  -t, [--tag=TAG]                                  # Tag name for consumer version. Can be specified multiple times.
  -v, [--verbose=VERBOSE]                          # Verbose output

Publish pacts to a Pact Broker.
@bethesque bethesque changed the title Update to ruby-standalone 1.6.0 and delegate publishPacts to new pact-publish executable Update to ruby-standalone 1.7.0 and delegate publishPacts to new pact-publish executable Oct 1, 2017
@bethesque bethesque changed the title Update to ruby-standalone 1.7.0 and delegate publishPacts to new pact-publish executable Update to ruby-standalone 1.8.0 and delegate publishPacts to new pact-publish executable Oct 4, 2017
@mefellows
Copy link
Member

cc: @mboudreau I assume this needs to go in pact-node?

@mboudreau
Copy link
Contributor

@mefellows pact-node/pact-standalone, yep.

@mefellows
Copy link
Member

Done ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants