hookdeck-cli 1.0.3 → 1.0.4
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.
- package/README.md +1 -1
- package/bin/hookdeck +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ twilio -> cli-twilio forwarding to /webhooks/twilio
|
|
|
167
167
|
|
|
168
168
|
#### Listen to a subset of connections
|
|
169
169
|
|
|
170
|
-
The 3rd param, `connection-query`
|
|
170
|
+
The 3rd param, `connection-query` specifies which connection with a CLI destination to adopt for listening. By default, the first connection with a CLI destination type will be used. If a connection with the specified name doesn't exist, a new connection will be created with the passed value. The connection query is checked against the `connection` name, `alias`, and the `path` values.
|
|
171
171
|
|
|
172
172
|
```sh
|
|
173
173
|
$ hookdeck listen 3000 shopify orders
|
package/bin/hookdeck
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hookdeck-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Hookdeck CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"url": "https://github.com/hookdeck/hookdeck-cli/releases/download/v{{version}}/hookdeck_{{version}}_{{platform}}_{{arch}}.tar.gz"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"go-npm-next": "^1.0
|
|
32
|
+
"go-npm-next": "^1.1.0"
|
|
33
33
|
}
|
|
34
34
|
}
|