hookdeck-cli 1.0.2 → 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 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` can be used to filter the list of connections the CLI will listen to. The connection query can either be the `connection` `alias` or the `path`
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.2",
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.6"
32
+ "go-npm-next": "^1.1.0"
33
33
  }
34
34
  }