hookdeck-cli 0.10.1 → 0.11.0

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
@@ -14,7 +14,7 @@ Hookdeck for development is completely free, and we monetize the platform with o
14
14
 
15
15
  For a complete reference, see the [CLI reference](https://hookdeck.com/docs/cli?ref=github-hookdeck-cli).
16
16
 
17
- https://github.com/hookdeck/hookdeck-cli/assets/328367/a49dcf59-49ee-4838-9643-b6f90d2ab33e
17
+ https://github.com/user-attachments/assets/5fca7842-9c41-411c-8cd6-2f32f84fa907
18
18
 
19
19
  ## Installation
20
20
 
@@ -25,7 +25,7 @@ Hookdeck CLI is available for macOS, Windows, and Linux for distros like Ubuntu,
25
25
  Hookdeck CLI is distributed as an NPM package:
26
26
 
27
27
  ```sh
28
- npm install hookdeck -g
28
+ npm install hookdeck-cli -g
29
29
  ```
30
30
 
31
31
  ### macOS
package/bin/hookdeck CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "0.10.1",
3
+ "version": "0.11.0",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",