1.5.1 • Published 2 years ago

judge-d v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Judge-d

Judge-d is a JS CLI tool for publishing and validating contracts using judge-d API.

Install

$ npm i judge-d -g

Usage

$ judge-d --help

Help output:

Commands:
  judge-d publish  Publish contracts
  judge-d verify   Verify contracts

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Commands

$ judge-d publish --help
Publish contracts

Options:
  --url             Url to judge-d instance                  [string] [required]
  --serviceName     Service name                             [string] [required]
  --serviceVersion  Service version                          [string] [required]

  Required one of:
  --pactsDir        Path to directory with pacts             [string]
  --swaggerFile     Path to swagger json file                [string]
$ judge-d verify --help
It verifies contracts and generates HTML report if outFile is provided

Options:
  --url             Url to judge-d instance                  [string] [required]
  --serviceName     Service name                             [string] [required]
  --serviceVersion  Service version                          [string] [required]
  --environment     Environment name                         [string] [required]
  --outFile         Path with HTML report filename, ex. report.html     [string]
1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago