hookdeck-cli 1.7.0 → 1.7.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 +4 -1
- 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
|
@@ -816,7 +816,7 @@ $ hookdeck connection list
|
|
|
816
816
|
|
|
817
817
|
# Filter by source or destination
|
|
818
818
|
$ hookdeck connection list --source src_abc123
|
|
819
|
-
$ hookdeck connection list --destination
|
|
819
|
+
$ hookdeck connection list --destination des_xyz789
|
|
820
820
|
|
|
821
821
|
# Filter by name pattern
|
|
822
822
|
$ hookdeck connection list --name "production-*"
|
|
@@ -841,6 +841,9 @@ $ hookdeck connection get "my-connection"
|
|
|
841
841
|
|
|
842
842
|
# Get as JSON
|
|
843
843
|
$ hookdeck connection get conn_123abc --output json
|
|
844
|
+
|
|
845
|
+
# Include destination authentication credentials
|
|
846
|
+
$ hookdeck connection get conn_123abc --include-destination-auth --output json
|
|
844
847
|
```
|
|
845
848
|
|
|
846
849
|
#### Connection lifecycle management
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|