
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@nielsen-oss/pact-manifest-cli
Advanced tools
A Node.js CLI tool to generate a pact manifest file for existing pact contracts, and publish them to a broker based on a tag.
yarn add pact-manifest-cli
$ cd backend-api/
$ pact-manifest-cli generate --pact-files-path "test/pacts/*.json" --manifest-file /tmp/pact-manifest.json
Command line options for generate option:
| Option | Description | Example value |
|---|---|---|
--base-path [base-path] | A directory's base path for the pact files location. Defaults to current working dir. | ~/backend-api |
--pact-files-path <pact-files-path> | A directory relative to --base-path option, to find pact files` | test/pacts/*.json |
--manifest-file <manifest-file> | The filename (or full path) to save the pact manifest file | /tmp/pact-manifest.json |
--pact-default-tag [pact-default-tag] | The tag to assign by default to pact files when submitting them to broker. Defaults to "develop". | dev |
$ cd backend-api/
$ pact-manifest-cli publish --manifest-file /tmp/pact-manifest.json --broker-base-url https://mycompany.pact.dius.com.au --broker-username user1 --broker-password password1 --consumer-app-version 1.0.0
Command line options for publish option:
| Option | Description | Example value |
|---|---|---|
--manifest-file <manifest-file> | The manifest file to process | /tmp/pact-manifest.json |
--broker-base-url [broker-base-url] | The base URL of the Pact Broker [url]. Defaults to "https://localhost". | |
--broker-username [broker-username] | Pact Broker basic auth username [username] | `` |
--broker-password [broker-password] | Pact Broker basic auth password [password] | `` |
--consumer-app-version <consumer-app-version> | The consumer application version | 1.0.1 |
--pact-tag [pact-tag] | The tag of the pact files to publish. If omitted all the files will be published.` | develop |
Project tests:
yarn run test
Project linting:
yarn run lint
yarn run test:coverage
The project uses the commitizen tool for standardizing changelog style commit messages so you should follow it as so:
git add . # add files to staging
yarn run commit # use the wizard for the commit message
FAQs
Node.js CLI tool to manage a pact manifest
We found that @nielsen-oss/pact-manifest-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.