pact_broker-client 1.16.1 → 1.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +21 -0
- data/lib/pact_broker/client/version.rb +1 -1
- data/lib/pact_broker/client/versions/text_formatter.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac3b8dc618560f1c89e8b1f47c3e77d4a50dd091
|
|
4
|
+
data.tar.gz: 535a97e290212d90e7478b60653f774060b41a88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc58335634f112c188020e115f3e492da5d300898ad6c8e229f5307ad85d608b44c9e806f658c6cde6533939b5ed89058efdc9a038e1879fed31609fc3f3fb6a
|
|
7
|
+
data.tar.gz: f37507fb98f716d1c2c0ef1ad6c903493521059dc829b5d5ced9f6449f557d81fcf72d8e5b9c9800709a87938007c538a1a23052302d1eaf12715c3508635ae8
|
data/README.md
CHANGED
|
@@ -154,6 +154,27 @@ Description:
|
|
|
154
154
|
when executing create-webhook.
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
+
### describe-version
|
|
158
|
+
|
|
159
|
+
```
|
|
160
|
+
Usage:
|
|
161
|
+
pact-broker describe-version -a, --pacticipant=PACTICIPANT -b, --broker-base-url=BROKER_BASE_URL
|
|
162
|
+
|
|
163
|
+
Options:
|
|
164
|
+
-a, --pacticipant=PACTICIPANT # The name of the pacticipant that the version belongs to.
|
|
165
|
+
-e, [--version=VERSION] # The pacticipant version number.
|
|
166
|
+
-l, [--latest=[TAG]] # Describe the latest pacticipant version. Optionally specify a TAG to describe the latest version with the specified tag.
|
|
167
|
+
-b, --broker-base-url=BROKER_BASE_URL # The base URL of the Pact Broker
|
|
168
|
+
-u, [--broker-username=BROKER_USERNAME] # Pact Broker basic auth username
|
|
169
|
+
-p, [--broker-password=BROKER_PASSWORD] # Pact Broker basic auth password
|
|
170
|
+
-o, [--output=OUTPUT] # json or table or id
|
|
171
|
+
# Default: table
|
|
172
|
+
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
|
|
173
|
+
|
|
174
|
+
Description:
|
|
175
|
+
Describes a pacticipant version. If no version or tag is specified, the latest version is described.
|
|
176
|
+
```
|
|
177
|
+
|
|
157
178
|
## Usage - Ruby
|
|
158
179
|
|
|
159
180
|
### Consumer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact_broker-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.16.
|
|
4
|
+
version: 1.16.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Beth Skurrie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|