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 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 dest_xyz789
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",