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 +2 -2
- package/bin/hookdeck +0 -0
- package/package.json +1 -1
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/
|
|
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
|