hookdeck-cli 1.8.0-beta.3 → 1.8.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/binaries/darwin-amd64/hookdeck +0 -0
- package/binaries/darwin-arm64/hookdeck +0 -0
- package/binaries/linux-amd64/hookdeck +0 -0
- package/binaries/linux-arm64/hookdeck +0 -0
- package/binaries/win32-386/hookdeck.exe +0 -0
- package/binaries/win32-amd64/hookdeck.exe +0 -0
- package/package.json +1 -1
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
|