hookdeck-cli 1.2.0-beta.1 → 1.2.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 CHANGED
@@ -465,8 +465,6 @@ hookdeck connection enable # Enable a connection
465
465
  hookdeck connection disable # Disable a connection
466
466
  hookdeck connection pause # Pause a connection
467
467
  hookdeck connection unpause # Unpause a connection
468
- hookdeck connection archive # Archive a connection
469
- hookdeck connection unarchive # Unarchive a connection
470
468
  ```
471
469
 
472
470
  ### Manage active project
@@ -724,9 +722,8 @@ $ hookdeck connection list --destination dest_xyz789
724
722
  # Filter by name pattern
725
723
  $ hookdeck connection list --name "production-*"
726
724
 
727
- # Include disabled or paused connections
725
+ # Include disabled connections
728
726
  $ hookdeck connection list --disabled
729
- $ hookdeck connection list --paused
730
727
 
731
728
  # Output as JSON
732
729
  $ hookdeck connection list --output json
@@ -763,18 +760,11 @@ $ hookdeck connection pause conn_123abc
763
760
 
764
761
  # Resume a paused connection
765
762
  $ hookdeck connection unpause conn_123abc
766
-
767
- # Archive a connection (hide from main lists)
768
- $ hookdeck connection archive conn_123abc
769
-
770
- # Restore an archived connection
771
- $ hookdeck connection unarchive conn_123abc
772
763
  ```
773
764
 
774
765
  **State differences:**
775
766
  - **Disabled**: Connection stops receiving events entirely
776
767
  - **Paused**: Connection queues events but doesn't forward them (useful during maintenance)
777
- - **Archived**: Connection is hidden from main lists but can be restored
778
768
 
779
769
  #### Delete a connection
780
770
 
package/bin/hookdeck CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "1.2.0-beta.1",
3
+ "version": "1.2.0",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",