hookdeck-cli 1.8.0-beta.3 → 1.8.1

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
@@ -1110,13 +1110,13 @@ go run main.go
1110
1110
  The [REFERENCE.md](REFERENCE.md) file is generated from Cobra command metadata. After changing commands, flags, or help text, regenerate it:
1111
1111
 
1112
1112
  ```sh
1113
- go run ./tools/generate-reference
1113
+ go run ./tools/generate-reference --input REFERENCE.template.md --output REFERENCE.md
1114
1114
  ```
1115
1115
 
1116
1116
  To validate that REFERENCE.md is up to date (useful in CI):
1117
1117
 
1118
1118
  ```sh
1119
- go run ./tools/generate-reference --check
1119
+ go run ./tools/generate-reference --input REFERENCE.template.md --output REFERENCE.md --check
1120
1120
  ```
1121
1121
 
1122
1122
  Build from source by running:
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "1.8.0-beta.3",
3
+ "version": "1.8.1",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",