@hyperdrive.bot/cli 1.0.7 → 1.0.8

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.
Files changed (36) hide show
  1. package/README.md +298 -56
  2. package/dist/commands/account/list.d.ts +3 -0
  3. package/dist/commands/account/list.js +9 -2
  4. package/dist/commands/git/connect.js +1 -0
  5. package/dist/commands/init.d.ts +1 -0
  6. package/dist/commands/init.js +20 -19
  7. package/dist/commands/jira/connect.d.ts +1 -0
  8. package/dist/commands/jira/connect.js +17 -6
  9. package/dist/commands/jira/hook/add.d.ts +17 -0
  10. package/dist/commands/jira/hook/add.js +147 -0
  11. package/dist/commands/jira/hook/list.d.ts +14 -0
  12. package/dist/commands/jira/hook/list.js +105 -0
  13. package/dist/commands/jira/hook/remove.d.ts +15 -0
  14. package/dist/commands/jira/hook/remove.js +119 -0
  15. package/dist/commands/jira/hook/toggle.d.ts +15 -0
  16. package/dist/commands/jira/hook/toggle.js +136 -0
  17. package/dist/commands/project/init.d.ts +21 -0
  18. package/dist/commands/project/init.js +576 -0
  19. package/dist/commands/project/list.d.ts +10 -0
  20. package/dist/commands/project/list.js +119 -0
  21. package/dist/commands/project/status.d.ts +13 -0
  22. package/dist/commands/project/status.js +163 -0
  23. package/dist/commands/project/sync.d.ts +26 -0
  24. package/dist/commands/project/sync.js +388 -0
  25. package/dist/services/hyperdrive-sigv4.d.ts +125 -0
  26. package/dist/services/hyperdrive-sigv4.js +45 -0
  27. package/dist/utils/account-flow.d.ts +2 -2
  28. package/dist/utils/account-flow.js +4 -4
  29. package/dist/utils/git-flow.d.ts +1 -0
  30. package/dist/utils/git-flow.js +2 -2
  31. package/dist/utils/hook-flow.d.ts +21 -0
  32. package/dist/utils/hook-flow.js +154 -0
  33. package/dist/utils/jira-flow.d.ts +2 -2
  34. package/dist/utils/jira-flow.js +4 -4
  35. package/oclif.manifest.json +590 -128
  36. package/package.json +5 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @hyperdrive.bot/cli
20
20
  $ hd COMMAND
21
21
  running command...
22
22
  $ hd (--version)
23
- @hyperdrive.bot/cli/1.0.7 linux-x64 node-v22.22.0
23
+ @hyperdrive.bot/cli/1.0.8 linux-x64 node-v22.22.0
24
24
  $ hd --help [COMMAND]
25
25
  USAGE
26
26
  $ hd COMMAND
@@ -57,6 +57,10 @@ USAGE
57
57
  * [`hd help [COMMAND]`](#hd-help-command)
58
58
  * [`hd init`](#hd-init)
59
59
  * [`hd jira connect`](#hd-jira-connect)
60
+ * [`hd jira hook add PROJECT`](#hd-jira-hook-add-project)
61
+ * [`hd jira hook list PROJECT`](#hd-jira-hook-list-project)
62
+ * [`hd jira hook remove PROJECT`](#hd-jira-hook-remove-project)
63
+ * [`hd jira hook toggle PROJECT`](#hd-jira-hook-toggle-project)
60
64
  * [`hd jira status`](#hd-jira-status)
61
65
  * [`hd module analyze`](#hd-module-analyze)
62
66
  * [`hd module create`](#hd-module-create)
@@ -84,6 +88,10 @@ USAGE
84
88
  * [`hd plugins uninstall [PLUGIN]`](#hd-plugins-uninstall-plugin)
85
89
  * [`hd plugins unlink [PLUGIN]`](#hd-plugins-unlink-plugin)
86
90
  * [`hd plugins update`](#hd-plugins-update)
91
+ * [`hd project init`](#hd-project-init)
92
+ * [`hd project list`](#hd-project-list)
93
+ * [`hd project status PROJECT`](#hd-project-status-project)
94
+ * [`hd project sync PROJECT`](#hd-project-sync-project)
87
95
  * [`hd stage access [STAGE]`](#hd-stage-access-stage)
88
96
  * [`hd stage create`](#hd-stage-create)
89
97
  * [`hd stage list`](#hd-stage-list)
@@ -118,7 +126,7 @@ EXAMPLES
118
126
  $ hd account add # Interactive mode
119
127
  ```
120
128
 
121
- _See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/account/add.ts)_
129
+ _See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/account/add.ts)_
122
130
 
123
131
  ## `hd account list`
124
132
 
@@ -126,7 +134,10 @@ List all AWS accounts registered with Hyperdrive
126
134
 
127
135
  ```
128
136
  USAGE
129
- $ hd account list
137
+ $ hd account list [-d <value>]
138
+
139
+ FLAGS
140
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
130
141
 
131
142
  DESCRIPTION
132
143
  List all AWS accounts registered with Hyperdrive
@@ -135,7 +146,7 @@ EXAMPLES
135
146
  $ hd account list
136
147
  ```
137
148
 
138
- _See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/account/list.ts)_
149
+ _See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/account/list.ts)_
139
150
 
140
151
  ## `hd account remove`
141
152
 
@@ -159,7 +170,7 @@ EXAMPLES
159
170
  $ hd account remove --accountId 123456789012 --force
160
171
  ```
161
172
 
162
- _See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/account/remove.ts)_
173
+ _See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/account/remove.ts)_
163
174
 
164
175
  ## `hd auth login`
165
176
 
@@ -187,7 +198,7 @@ EXAMPLES
187
198
  $ hd auth login --ci --domain acme.hyperdrive.bot
188
199
  ```
189
200
 
190
- _See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/auth/login.ts)_
201
+ _See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/auth/login.ts)_
191
202
 
192
203
  ## `hd auth logout`
193
204
 
@@ -204,7 +215,7 @@ EXAMPLES
204
215
  $ hd auth logout
205
216
  ```
206
217
 
207
- _See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/auth/logout.ts)_
218
+ _See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/auth/logout.ts)_
208
219
 
209
220
  ## `hd auth refresh`
210
221
 
@@ -221,7 +232,7 @@ EXAMPLES
221
232
  $ hd auth refresh
222
233
  ```
223
234
 
224
- _See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/auth/refresh.ts)_
235
+ _See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/auth/refresh.ts)_
225
236
 
226
237
  ## `hd auth status`
227
238
 
@@ -238,7 +249,7 @@ EXAMPLES
238
249
  $ hd auth status
239
250
  ```
240
251
 
241
- _See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/auth/status.ts)_
252
+ _See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/auth/status.ts)_
242
253
 
243
254
  ## `hd ci account create`
244
255
 
@@ -269,7 +280,7 @@ EXAMPLES
269
280
  $ hd ci account create --name="gitlab-staging" --scope=deploy --scope=parameter:read
270
281
  ```
271
282
 
272
- _See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/ci/account/create.ts)_
283
+ _See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/ci/account/create.ts)_
273
284
 
274
285
  ## `hd ci account delete [ACCOUNTID]`
275
286
 
@@ -295,7 +306,7 @@ EXAMPLES
295
306
  $ hd ci account delete <account-id> --force
296
307
  ```
297
308
 
298
- _See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/ci/account/delete.ts)_
309
+ _See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/ci/account/delete.ts)_
299
310
 
300
311
  ## `hd ci account list`
301
312
 
@@ -318,7 +329,7 @@ EXAMPLES
318
329
  $ hd ci account list --json
319
330
  ```
320
331
 
321
- _See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/ci/account/list.ts)_
332
+ _See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/ci/account/list.ts)_
322
333
 
323
334
  ## `hd config get KEY`
324
335
 
@@ -340,7 +351,7 @@ EXAMPLES
340
351
  $ hd config get bootstrap-url
341
352
  ```
342
353
 
343
- _See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/config/get.ts)_
354
+ _See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/config/get.ts)_
344
355
 
345
356
  ## `hd config set KEY VALUE`
346
357
 
@@ -367,7 +378,7 @@ EXAMPLES
367
378
  $ hd config set region us-west-2
368
379
  ```
369
380
 
370
- _See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/config/set.ts)_
381
+ _See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/config/set.ts)_
371
382
 
372
383
  ## `hd config show`
373
384
 
@@ -384,7 +395,7 @@ EXAMPLES
384
395
  $ hd config show
385
396
  ```
386
397
 
387
- _See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/config/show.ts)_
398
+ _See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/config/show.ts)_
388
399
 
389
400
  ## `hd deployment create`
390
401
 
@@ -399,7 +410,7 @@ FLAGS
399
410
  -c, --commit=<value> (required) Commit hash
400
411
  -d, --domain=<value> Tenant domain (for multi-domain setups)
401
412
  -m, --moduleSlug=<value> (required) Module slug
402
- -n, --name=<value> [default: Deployment-2026-02-06-14-27-26] The name of the deployment
413
+ -n, --name=<value> [default: Deployment-2026-02-08-11-56-10] The name of the deployment
403
414
  -r, --regions=<value>... [default: ] Regions for the deployment
404
415
  -s, --stage=<value> (required) Stage for the deployment
405
416
  -v, --verbose Show detailed build logs
@@ -418,7 +429,7 @@ EXAMPLES
418
429
  $ hd deployment create --stage="dev" --commit="abc123" --verbose
419
430
  ```
420
431
 
421
- _See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/deployment/create.ts)_
432
+ _See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/deployment/create.ts)_
422
433
 
423
434
  ## `hd deployment get`
424
435
 
@@ -443,7 +454,7 @@ EXAMPLES
443
454
  $ hd deployment get --name="prod-release-v1" --stage="prod"
444
455
  ```
445
456
 
446
- _See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/deployment/get.ts)_
457
+ _See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/deployment/get.ts)_
447
458
 
448
459
  ## `hd deployment launch`
449
460
 
@@ -470,7 +481,7 @@ EXAMPLES
470
481
  $ hd deployment launch --name="prod-release" --stage="prod" --region="us-west-2"
471
482
  ```
472
483
 
473
- _See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/deployment/launch.ts)_
484
+ _See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/deployment/launch.ts)_
474
485
 
475
486
  ## `hd deployment list`
476
487
 
@@ -494,7 +505,7 @@ EXAMPLES
494
505
  $ hd deployment list --stage="prod" --moduleSlug="my-api"
495
506
  ```
496
507
 
497
- _See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/deployment/list.ts)_
508
+ _See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/deployment/list.ts)_
498
509
 
499
510
  ## `hd domain current`
500
511
 
@@ -511,7 +522,7 @@ EXAMPLES
511
522
  $ hd domain current
512
523
  ```
513
524
 
514
- _See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/domain/current.ts)_
525
+ _See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/domain/current.ts)_
515
526
 
516
527
  ## `hd domain list`
517
528
 
@@ -528,7 +539,7 @@ EXAMPLES
528
539
  $ hd domain list
529
540
  ```
530
541
 
531
- _See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/domain/list.ts)_
542
+ _See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/domain/list.ts)_
532
543
 
533
544
  ## `hd domain switch DOMAIN`
534
545
 
@@ -548,7 +559,7 @@ EXAMPLES
548
559
  $ hd domain switch acme.hyperdrive.bot
549
560
  ```
550
561
 
551
- _See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/domain/switch.ts)_
562
+ _See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/domain/switch.ts)_
552
563
 
553
564
  ## `hd example [FILE]`
554
565
 
@@ -572,7 +583,7 @@ EXAMPLES
572
583
  $ hd example
573
584
  ```
574
585
 
575
- _See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/example.ts)_
586
+ _See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/example.ts)_
576
587
 
577
588
  ## `hd git connect`
578
589
 
@@ -596,7 +607,7 @@ EXAMPLES
596
607
  $ hd git connect --provider=gitlab
597
608
  ```
598
609
 
599
- _See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/git/connect.ts)_
610
+ _See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/git/connect.ts)_
600
611
 
601
612
  ## `hd git disconnect`
602
613
 
@@ -621,7 +632,7 @@ EXAMPLES
621
632
  $ hd git disconnect --provider=github --installation-id=12345
622
633
  ```
623
634
 
624
- _See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/git/disconnect.ts)_
635
+ _See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/git/disconnect.ts)_
625
636
 
626
637
  ## `hd git list`
627
638
 
@@ -645,7 +656,7 @@ EXAMPLES
645
656
  $ hd git list --provider=github
646
657
  ```
647
658
 
648
- _See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/git/list.ts)_
659
+ _See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/git/list.ts)_
649
660
 
650
661
  ## `hd git sync`
651
662
 
@@ -681,7 +692,7 @@ EXAMPLES
681
692
  $ hd git sync --all --remote upstream --merge-strategy no-ff
682
693
  ```
683
694
 
684
- _See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/git/sync.ts)_
695
+ _See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/git/sync.ts)_
685
696
 
686
697
  ## `hd help [COMMAND]`
687
698
 
@@ -718,7 +729,7 @@ EXAMPLES
718
729
  $ hd init
719
730
  ```
720
731
 
721
- _See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/init.ts)_
732
+ _See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/init.ts)_
722
733
 
723
734
  ## `hd jira connect`
724
735
 
@@ -726,10 +737,11 @@ Register your Jira instance with Hyperdrive (run BEFORE installing the Forge app
726
737
 
727
738
  ```
728
739
  USAGE
729
- $ hd jira connect [-d <value>]
740
+ $ hd jira connect [-d <value>] [-j <value>]
730
741
 
731
742
  FLAGS
732
- -d, --domain=<value> Your Jira domain (e.g., dev-squad.atlassian.net)
743
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
744
+ -j, --jira-domain=<value> Your Jira domain (e.g., dev-squad.atlassian.net)
733
745
 
734
746
  DESCRIPTION
735
747
  Register your Jira instance with Hyperdrive (run BEFORE installing the Forge app)
@@ -737,10 +749,127 @@ DESCRIPTION
737
749
  EXAMPLES
738
750
  $ hd jira connect
739
751
 
740
- $ hd jira connect --domain dev-squad.atlassian.net
752
+ $ hd jira connect --jira-domain dev-squad.atlassian.net
753
+
754
+ $ hd jira connect --domain sankhya.hyperdrivebot.dev --jira-domain dev-squad.atlassian.net
755
+ ```
756
+
757
+ _See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/connect.ts)_
758
+
759
+ ## `hd jira hook add PROJECT`
760
+
761
+ Add a status transition hook to a Jira-linked project
762
+
763
+ ```
764
+ USAGE
765
+ $ hd jira hook add PROJECT [--action <value>] [--config <value>] [-d <value>] [--json] [--status <value>]
766
+
767
+ ARGUMENTS
768
+ PROJECT Hyperdrive project ID or slug
769
+
770
+ FLAGS
771
+ -d, --domain=<value> Hyperdrive tenant domain
772
+ --action=<value> Action type (slack-notify, adhb-enrich, webhook, ci-trigger)
773
+ --config=<value> Action config as JSON string
774
+ --json Output raw JSON
775
+ --status=<value> Trigger status (Jira status name or "*" for all)
776
+
777
+ DESCRIPTION
778
+ Add a status transition hook to a Jira-linked project
779
+
780
+ EXAMPLES
781
+ $ hd jira hook add my-project
782
+
783
+ $ hd jira hook add my-project --status "In Progress" --action adhb-enrich --config '{"priority":"high"}'
784
+
785
+ $ hd jira hook add my-project --json
786
+ ```
787
+
788
+ _See code: [src/commands/jira/hook/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/hook/add.ts)_
789
+
790
+ ## `hd jira hook list PROJECT`
791
+
792
+ List status transition hooks for a Jira-linked project
793
+
794
+ ```
795
+ USAGE
796
+ $ hd jira hook list PROJECT [-d <value>] [--json]
797
+
798
+ ARGUMENTS
799
+ PROJECT Hyperdrive project ID or slug
800
+
801
+ FLAGS
802
+ -d, --domain=<value> Hyperdrive tenant domain
803
+ --json Output raw JSON
804
+
805
+ DESCRIPTION
806
+ List status transition hooks for a Jira-linked project
807
+
808
+ EXAMPLES
809
+ $ hd jira hook list my-project
810
+
811
+ $ hd jira hook list my-project --json
812
+ ```
813
+
814
+ _See code: [src/commands/jira/hook/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/hook/list.ts)_
815
+
816
+ ## `hd jira hook remove PROJECT`
817
+
818
+ Remove a status transition hook from a Jira-linked project
819
+
820
+ ```
821
+ USAGE
822
+ $ hd jira hook remove PROJECT [-d <value>] [--hook-id <value>] [--json]
823
+
824
+ ARGUMENTS
825
+ PROJECT Hyperdrive project ID or slug
826
+
827
+ FLAGS
828
+ -d, --domain=<value> Hyperdrive tenant domain
829
+ --hook-id=<value> Hook ID to remove (skips interactive selection)
830
+ --json Output raw JSON
831
+
832
+ DESCRIPTION
833
+ Remove a status transition hook from a Jira-linked project
834
+
835
+ EXAMPLES
836
+ $ hd jira hook remove my-project
837
+
838
+ $ hd jira hook remove my-project --hook-id hook-123
839
+
840
+ $ hd jira hook remove my-project --hook-id hook-123 --json
841
+ ```
842
+
843
+ _See code: [src/commands/jira/hook/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/hook/remove.ts)_
844
+
845
+ ## `hd jira hook toggle PROJECT`
846
+
847
+ Toggle the enabled state of a status transition hook
848
+
849
+ ```
850
+ USAGE
851
+ $ hd jira hook toggle PROJECT [-d <value>] [--hook-id <value>] [--json]
852
+
853
+ ARGUMENTS
854
+ PROJECT Hyperdrive project ID or slug
855
+
856
+ FLAGS
857
+ -d, --domain=<value> Hyperdrive tenant domain
858
+ --hook-id=<value> Hook ID to toggle (skips interactive selection)
859
+ --json Output raw JSON
860
+
861
+ DESCRIPTION
862
+ Toggle the enabled state of a status transition hook
863
+
864
+ EXAMPLES
865
+ $ hd jira hook toggle my-project
866
+
867
+ $ hd jira hook toggle my-project --hook-id hook-123
868
+
869
+ $ hd jira hook toggle my-project --hook-id hook-123 --json
741
870
  ```
742
871
 
743
- _See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/jira/connect.ts)_
872
+ _See code: [src/commands/jira/hook/toggle.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/hook/toggle.ts)_
744
873
 
745
874
  ## `hd jira status`
746
875
 
@@ -760,7 +889,7 @@ EXAMPLES
760
889
  $ hd jira status
761
890
  ```
762
891
 
763
- _See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/jira/status.ts)_
892
+ _See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/jira/status.ts)_
764
893
 
765
894
  ## `hd module analyze`
766
895
 
@@ -788,7 +917,7 @@ EXAMPLES
788
917
  $ hd module analyze --slug="my-module" --verbose
789
918
  ```
790
919
 
791
- _See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/analyze.ts)_
920
+ _See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/analyze.ts)_
792
921
 
793
922
  ## `hd module create`
794
923
 
@@ -840,7 +969,7 @@ EXAMPLES
840
969
  $ hd module create --name="API Service" --framework="Serverless Framework"
841
970
  ```
842
971
 
843
- _See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/create.ts)_
972
+ _See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/create.ts)_
844
973
 
845
974
  ## `hd module destroy`
846
975
 
@@ -864,7 +993,7 @@ EXAMPLES
864
993
  $ hd module destroy --slug="old-project" --force
865
994
  ```
866
995
 
867
- _See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/destroy.ts)_
996
+ _See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/destroy.ts)_
868
997
 
869
998
  ## `hd module get`
870
999
 
@@ -887,7 +1016,7 @@ EXAMPLES
887
1016
  $ hd module get
888
1017
  ```
889
1018
 
890
- _See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/get.ts)_
1019
+ _See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/get.ts)_
891
1020
 
892
1021
  ## `hd module link`
893
1022
 
@@ -910,7 +1039,7 @@ EXAMPLES
910
1039
  $ hd module link --originSlug="vixting-integration" --targetSlug="vixting-api" --parameter="VLOW_API_ENDPOINT_PREFIX"
911
1040
  ```
912
1041
 
913
- _See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/link.ts)_
1042
+ _See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/link.ts)_
914
1043
 
915
1044
  ## `hd module list`
916
1045
 
@@ -930,7 +1059,7 @@ EXAMPLES
930
1059
  $ hd module list
931
1060
  ```
932
1061
 
933
- _See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/list.ts)_
1062
+ _See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/list.ts)_
934
1063
 
935
1064
  ## `hd module reanalyze`
936
1065
 
@@ -959,7 +1088,7 @@ EXAMPLES
959
1088
  $ hd module reanalyze -s my-module -p "Exclude source maps from S3 upload" --verbose
960
1089
  ```
961
1090
 
962
- _See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/reanalyze.ts)_
1091
+ _See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/reanalyze.ts)_
963
1092
 
964
1093
  ## `hd module update`
965
1094
 
@@ -1015,7 +1144,7 @@ EXAMPLES
1015
1144
  $ hd module update --slug="my-module" --name="New Name" --framework="React.js"
1016
1145
  ```
1017
1146
 
1018
- _See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/module/update.ts)_
1147
+ _See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/module/update.ts)_
1019
1148
 
1020
1149
  ## `hd parameter add`
1021
1150
 
@@ -1045,7 +1174,7 @@ EXAMPLES
1045
1174
  $ hd parameter add --key="PORT" --value="3000"
1046
1175
  ```
1047
1176
 
1048
- _See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/add.ts)_
1177
+ _See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/add.ts)_
1049
1178
 
1050
1179
  ## `hd parameter backfill`
1051
1180
 
@@ -1070,7 +1199,7 @@ EXAMPLES
1070
1199
  $ hd parameter backfill --accountId="123456789012"
1071
1200
  ```
1072
1201
 
1073
- _See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/backfill.ts)_
1202
+ _See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/backfill.ts)_
1074
1203
 
1075
1204
  ## `hd parameter clear`
1076
1205
 
@@ -1097,7 +1226,7 @@ EXAMPLES
1097
1226
  $ hd parameter clear --stage="prod" --specific --force
1098
1227
  ```
1099
1228
 
1100
- _See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/clear.ts)_
1229
+ _See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/clear.ts)_
1101
1230
 
1102
1231
  ## `hd parameter list`
1103
1232
 
@@ -1126,7 +1255,7 @@ EXAMPLES
1126
1255
  $ hd parameter list --all-stages
1127
1256
  ```
1128
1257
 
1129
- _See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/list.ts)_
1258
+ _See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/list.ts)_
1130
1259
 
1131
1260
  ## `hd parameter pull`
1132
1261
 
@@ -1155,7 +1284,7 @@ EXAMPLES
1155
1284
  $ hd parameter pull --stage="dev" --no-backup
1156
1285
  ```
1157
1286
 
1158
- _See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/pull.ts)_
1287
+ _See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/pull.ts)_
1159
1288
 
1160
1289
  ## `hd parameter remove`
1161
1290
 
@@ -1185,7 +1314,7 @@ EXAMPLES
1185
1314
  $ hd parameter remove --key="PORT" --force
1186
1315
  ```
1187
1316
 
1188
- _See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/remove.ts)_
1317
+ _See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/remove.ts)_
1189
1318
 
1190
1319
  ## `hd parameter sync`
1191
1320
 
@@ -1214,7 +1343,7 @@ EXAMPLES
1214
1343
  $ hd parameter sync --no-specific --stage="all"
1215
1344
  ```
1216
1345
 
1217
- _See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/sync.ts)_
1346
+ _See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/sync.ts)_
1218
1347
 
1219
1348
  ## `hd parameter update`
1220
1349
 
@@ -1242,7 +1371,7 @@ EXAMPLES
1242
1371
  $ hd parameter update --key="DB_HOST" --value="new-host" --specific
1243
1372
  ```
1244
1373
 
1245
- _See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/parameter/update.ts)_
1374
+ _See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/parameter/update.ts)_
1246
1375
 
1247
1376
  ## `hd plugins`
1248
1377
 
@@ -1533,6 +1662,119 @@ DESCRIPTION
1533
1662
 
1534
1663
  _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.19/src/commands/plugins/update.ts)_
1535
1664
 
1665
+ ## `hd project init`
1666
+
1667
+ Initialize a project with Jira integration, repos, and status mapping
1668
+
1669
+ ```
1670
+ USAGE
1671
+ $ hd project init [-d <value>] [--jira-key <value>] [--json] [--name <value>] [--project <value>] [--repo
1672
+ <value>...] [--status-map <value>...]
1673
+
1674
+ FLAGS
1675
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
1676
+ --jira-key=<value> Jira project key (e.g., PROJ)
1677
+ --json Output result as JSON (non-interactive mode)
1678
+ --name=<value> Name for a new project (used with --json)
1679
+ --project=<value> Existing project slug to configure
1680
+ --repo=<value>... Repo in format "name|gitRemote|provider|branch" (repeatable, used with --json)
1681
+ --status-map=<value>... Status mapping in format "JiraStatus=normalizedState" (repeatable, used with --json)
1682
+
1683
+ DESCRIPTION
1684
+ Initialize a project with Jira integration, repos, and status mapping
1685
+
1686
+ EXAMPLES
1687
+ $ hd project init
1688
+
1689
+ $ hd project init --project my-project --jira-key PROJ
1690
+
1691
+ $ hd project init --json --name "My Project" --jira-key PROJ
1692
+ ```
1693
+
1694
+ _See code: [src/commands/project/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/project/init.ts)_
1695
+
1696
+ ## `hd project list`
1697
+
1698
+ List all projects with Jira configuration status
1699
+
1700
+ ```
1701
+ USAGE
1702
+ $ hd project list [-d <value>] [--json]
1703
+
1704
+ FLAGS
1705
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
1706
+ --json Output as JSON
1707
+
1708
+ DESCRIPTION
1709
+ List all projects with Jira configuration status
1710
+
1711
+ EXAMPLES
1712
+ $ hd project list
1713
+
1714
+ $ hd project list --json
1715
+
1716
+ $ hd project list --domain custom.hyperdrive.bot
1717
+ ```
1718
+
1719
+ _See code: [src/commands/project/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/project/list.ts)_
1720
+
1721
+ ## `hd project status PROJECT`
1722
+
1723
+ Show detailed status of a project including Jira config, repos, and hooks
1724
+
1725
+ ```
1726
+ USAGE
1727
+ $ hd project status PROJECT [-d <value>] [--json]
1728
+
1729
+ ARGUMENTS
1730
+ PROJECT Project slug
1731
+
1732
+ FLAGS
1733
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
1734
+ --json Output as JSON
1735
+
1736
+ DESCRIPTION
1737
+ Show detailed status of a project including Jira config, repos, and hooks
1738
+
1739
+ EXAMPLES
1740
+ $ hd project status my-project
1741
+
1742
+ $ hd project status my-project --json
1743
+
1744
+ $ hd project status my-project --domain custom.hyperdrive.bot
1745
+ ```
1746
+
1747
+ _See code: [src/commands/project/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/project/status.ts)_
1748
+
1749
+ ## `hd project sync PROJECT`
1750
+
1751
+ Generate architecture summaries for project repos via Claude analysis
1752
+
1753
+ ```
1754
+ USAGE
1755
+ $ hd project sync PROJECT [-d <value>] [--json] [--repo <value>]
1756
+
1757
+ ARGUMENTS
1758
+ PROJECT Project slug or ID
1759
+
1760
+ FLAGS
1761
+ -d, --domain=<value> Tenant domain (for multi-domain setups)
1762
+ --json Output result as JSON
1763
+ --repo=<value> Sync only a specific repo by name
1764
+
1765
+ DESCRIPTION
1766
+ Generate architecture summaries for project repos via Claude analysis
1767
+
1768
+ EXAMPLES
1769
+ $ hd project sync my-project
1770
+
1771
+ $ hd project sync my-project --repo api
1772
+
1773
+ $ hd project sync my-project --json
1774
+ ```
1775
+
1776
+ _See code: [src/commands/project/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/project/sync.ts)_
1777
+
1536
1778
  ## `hd stage access [STAGE]`
1537
1779
 
1538
1780
  View who has access to a stage
@@ -1560,7 +1802,7 @@ EXAMPLES
1560
1802
  $ hd stage access develop --format json
1561
1803
  ```
1562
1804
 
1563
- _See code: [src/commands/stage/access.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/stage/access.ts)_
1805
+ _See code: [src/commands/stage/access.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/stage/access.ts)_
1564
1806
 
1565
1807
  ## `hd stage create`
1566
1808
 
@@ -1588,7 +1830,7 @@ DESCRIPTION
1588
1830
  Create a new stage
1589
1831
  ```
1590
1832
 
1591
- _See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/stage/create.ts)_
1833
+ _See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/stage/create.ts)_
1592
1834
 
1593
1835
  ## `hd stage list`
1594
1836
 
@@ -1608,7 +1850,7 @@ EXAMPLES
1608
1850
  $ hd stage list
1609
1851
  ```
1610
1852
 
1611
- _See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/stage/list.ts)_
1853
+ _See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/stage/list.ts)_
1612
1854
 
1613
1855
  ## `hd stage revoke [STAGE]`
1614
1856
 
@@ -1640,7 +1882,7 @@ EXAMPLES
1640
1882
  $ hd stage revoke develop --ci github-actions
1641
1883
  ```
1642
1884
 
1643
- _See code: [src/commands/stage/revoke.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/stage/revoke.ts)_
1885
+ _See code: [src/commands/stage/revoke.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/stage/revoke.ts)_
1644
1886
 
1645
1887
  ## `hd stage share [STAGE]`
1646
1888
 
@@ -1680,7 +1922,7 @@ EXAMPLES
1680
1922
  $ hd stage share staging production --user dev@company.com --role viewer
1681
1923
  ```
1682
1924
 
1683
- _See code: [src/commands/stage/share.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/stage/share.ts)_
1925
+ _See code: [src/commands/stage/share.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/stage/share.ts)_
1684
1926
 
1685
1927
  ## `hd test-api`
1686
1928
 
@@ -1700,5 +1942,5 @@ EXAMPLES
1700
1942
  $ hd test-api
1701
1943
  ```
1702
1944
 
1703
- _See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.7/src/commands/test-api.ts)_
1945
+ _See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.8/src/commands/test-api.ts)_
1704
1946
  <!-- commandsstop -->