@hyperdrive.bot/cli 1.0.10 → 1.0.11

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
@@ -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.10 linux-x64 node-v22.22.0
23
+ @hyperdrive.bot/cli/1.0.11 linux-x64 node-v22.22.0
24
24
  $ hd --help [COMMAND]
25
25
  USAGE
26
26
  $ hd COMMAND
@@ -126,7 +126,7 @@ EXAMPLES
126
126
  $ hd account add # Interactive mode
127
127
  ```
128
128
 
129
- _See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/account/add.ts)_
129
+ _See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/account/add.ts)_
130
130
 
131
131
  ## `hd account list`
132
132
 
@@ -146,7 +146,7 @@ EXAMPLES
146
146
  $ hd account list
147
147
  ```
148
148
 
149
- _See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/account/list.ts)_
149
+ _See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/account/list.ts)_
150
150
 
151
151
  ## `hd account remove`
152
152
 
@@ -170,7 +170,7 @@ EXAMPLES
170
170
  $ hd account remove --accountId 123456789012 --force
171
171
  ```
172
172
 
173
- _See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/account/remove.ts)_
173
+ _See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/account/remove.ts)_
174
174
 
175
175
  ## `hd auth login`
176
176
 
@@ -198,7 +198,7 @@ EXAMPLES
198
198
  $ hd auth login --ci --domain acme.hyperdrive.bot
199
199
  ```
200
200
 
201
- _See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/auth/login.ts)_
201
+ _See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/auth/login.ts)_
202
202
 
203
203
  ## `hd auth logout`
204
204
 
@@ -221,7 +221,7 @@ EXAMPLES
221
221
  $ hd auth logout --domain acme.hyperdrive.bot
222
222
  ```
223
223
 
224
- _See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/auth/logout.ts)_
224
+ _See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/auth/logout.ts)_
225
225
 
226
226
  ## `hd auth refresh`
227
227
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  $ hd auth refresh
239
239
  ```
240
240
 
241
- _See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/auth/refresh.ts)_
241
+ _See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/auth/refresh.ts)_
242
242
 
243
243
  ## `hd auth status`
244
244
 
@@ -255,7 +255,7 @@ EXAMPLES
255
255
  $ hd auth status
256
256
  ```
257
257
 
258
- _See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/auth/status.ts)_
258
+ _See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/auth/status.ts)_
259
259
 
260
260
  ## `hd ci account create`
261
261
 
@@ -286,7 +286,7 @@ EXAMPLES
286
286
  $ hd ci account create --name="gitlab-staging" --scope=deploy --scope=parameter:read
287
287
  ```
288
288
 
289
- _See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/ci/account/create.ts)_
289
+ _See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/ci/account/create.ts)_
290
290
 
291
291
  ## `hd ci account delete [ACCOUNTID]`
292
292
 
@@ -312,7 +312,7 @@ EXAMPLES
312
312
  $ hd ci account delete <account-id> --force
313
313
  ```
314
314
 
315
- _See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/ci/account/delete.ts)_
315
+ _See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/ci/account/delete.ts)_
316
316
 
317
317
  ## `hd ci account list`
318
318
 
@@ -335,7 +335,7 @@ EXAMPLES
335
335
  $ hd ci account list --json
336
336
  ```
337
337
 
338
- _See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/ci/account/list.ts)_
338
+ _See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/ci/account/list.ts)_
339
339
 
340
340
  ## `hd config get KEY`
341
341
 
@@ -357,7 +357,7 @@ EXAMPLES
357
357
  $ hd config get bootstrap-url
358
358
  ```
359
359
 
360
- _See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/config/get.ts)_
360
+ _See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/config/get.ts)_
361
361
 
362
362
  ## `hd config set KEY VALUE`
363
363
 
@@ -384,7 +384,7 @@ EXAMPLES
384
384
  $ hd config set region us-west-2
385
385
  ```
386
386
 
387
- _See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/config/set.ts)_
387
+ _See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/config/set.ts)_
388
388
 
389
389
  ## `hd config show`
390
390
 
@@ -401,7 +401,7 @@ EXAMPLES
401
401
  $ hd config show
402
402
  ```
403
403
 
404
- _See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/config/show.ts)_
404
+ _See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/config/show.ts)_
405
405
 
406
406
  ## `hd deployment create`
407
407
 
@@ -416,7 +416,7 @@ FLAGS
416
416
  -c, --commit=<value> (required) Commit hash
417
417
  -d, --domain=<value> Tenant domain (for multi-domain setups)
418
418
  -m, --moduleSlug=<value> (required) Module slug
419
- -n, --name=<value> [default: Deployment-2026-02-08-12-13-34] The name of the deployment
419
+ -n, --name=<value> [default: Deployment-2026-02-08-14-37-25] The name of the deployment
420
420
  -r, --regions=<value>... [default: ] Regions for the deployment
421
421
  -s, --stage=<value> (required) Stage for the deployment
422
422
  -v, --verbose Show detailed build logs
@@ -435,7 +435,7 @@ EXAMPLES
435
435
  $ hd deployment create --stage="dev" --commit="abc123" --verbose
436
436
  ```
437
437
 
438
- _See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/deployment/create.ts)_
438
+ _See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/deployment/create.ts)_
439
439
 
440
440
  ## `hd deployment get`
441
441
 
@@ -460,7 +460,7 @@ EXAMPLES
460
460
  $ hd deployment get --name="prod-release-v1" --stage="prod"
461
461
  ```
462
462
 
463
- _See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/deployment/get.ts)_
463
+ _See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/deployment/get.ts)_
464
464
 
465
465
  ## `hd deployment launch`
466
466
 
@@ -487,7 +487,7 @@ EXAMPLES
487
487
  $ hd deployment launch --name="prod-release" --stage="prod" --region="us-west-2"
488
488
  ```
489
489
 
490
- _See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/deployment/launch.ts)_
490
+ _See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/deployment/launch.ts)_
491
491
 
492
492
  ## `hd deployment list`
493
493
 
@@ -511,7 +511,7 @@ EXAMPLES
511
511
  $ hd deployment list --stage="prod" --moduleSlug="my-api"
512
512
  ```
513
513
 
514
- _See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/deployment/list.ts)_
514
+ _See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/deployment/list.ts)_
515
515
 
516
516
  ## `hd domain current`
517
517
 
@@ -528,7 +528,7 @@ EXAMPLES
528
528
  $ hd domain current
529
529
  ```
530
530
 
531
- _See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/domain/current.ts)_
531
+ _See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/domain/current.ts)_
532
532
 
533
533
  ## `hd domain list`
534
534
 
@@ -545,7 +545,7 @@ EXAMPLES
545
545
  $ hd domain list
546
546
  ```
547
547
 
548
- _See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/domain/list.ts)_
548
+ _See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/domain/list.ts)_
549
549
 
550
550
  ## `hd domain switch DOMAIN`
551
551
 
@@ -565,7 +565,7 @@ EXAMPLES
565
565
  $ hd domain switch acme.hyperdrive.bot
566
566
  ```
567
567
 
568
- _See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/domain/switch.ts)_
568
+ _See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/domain/switch.ts)_
569
569
 
570
570
  ## `hd example [FILE]`
571
571
 
@@ -589,7 +589,7 @@ EXAMPLES
589
589
  $ hd example
590
590
  ```
591
591
 
592
- _See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/example.ts)_
592
+ _See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/example.ts)_
593
593
 
594
594
  ## `hd git connect`
595
595
 
@@ -613,7 +613,7 @@ EXAMPLES
613
613
  $ hd git connect --provider=gitlab
614
614
  ```
615
615
 
616
- _See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/git/connect.ts)_
616
+ _See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/git/connect.ts)_
617
617
 
618
618
  ## `hd git disconnect`
619
619
 
@@ -638,7 +638,7 @@ EXAMPLES
638
638
  $ hd git disconnect --provider=github --installation-id=12345
639
639
  ```
640
640
 
641
- _See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/git/disconnect.ts)_
641
+ _See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/git/disconnect.ts)_
642
642
 
643
643
  ## `hd git list`
644
644
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ hd git list --provider=github
663
663
  ```
664
664
 
665
- _See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/git/list.ts)_
665
+ _See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/git/list.ts)_
666
666
 
667
667
  ## `hd git sync`
668
668
 
@@ -698,7 +698,7 @@ EXAMPLES
698
698
  $ hd git sync --all --remote upstream --merge-strategy no-ff
699
699
  ```
700
700
 
701
- _See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/git/sync.ts)_
701
+ _See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/git/sync.ts)_
702
702
 
703
703
  ## `hd help [COMMAND]`
704
704
 
@@ -735,7 +735,7 @@ EXAMPLES
735
735
  $ hd init
736
736
  ```
737
737
 
738
- _See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/init.ts)_
738
+ _See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/init.ts)_
739
739
 
740
740
  ## `hd jira connect`
741
741
 
@@ -760,7 +760,7 @@ EXAMPLES
760
760
  $ hd jira connect --domain sankhya.hyperdrivebot.dev --jira-domain dev-squad.atlassian.net
761
761
  ```
762
762
 
763
- _See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/connect.ts)_
763
+ _See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/connect.ts)_
764
764
 
765
765
  ## `hd jira hook add PROJECT`
766
766
 
@@ -791,7 +791,7 @@ EXAMPLES
791
791
  $ hd jira hook add my-project --json
792
792
  ```
793
793
 
794
- _See code: [src/commands/jira/hook/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/hook/add.ts)_
794
+ _See code: [src/commands/jira/hook/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/hook/add.ts)_
795
795
 
796
796
  ## `hd jira hook list PROJECT`
797
797
 
@@ -817,7 +817,7 @@ EXAMPLES
817
817
  $ hd jira hook list my-project --json
818
818
  ```
819
819
 
820
- _See code: [src/commands/jira/hook/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/hook/list.ts)_
820
+ _See code: [src/commands/jira/hook/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/hook/list.ts)_
821
821
 
822
822
  ## `hd jira hook remove PROJECT`
823
823
 
@@ -846,7 +846,7 @@ EXAMPLES
846
846
  $ hd jira hook remove my-project --hook-id hook-123 --json
847
847
  ```
848
848
 
849
- _See code: [src/commands/jira/hook/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/hook/remove.ts)_
849
+ _See code: [src/commands/jira/hook/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/hook/remove.ts)_
850
850
 
851
851
  ## `hd jira hook toggle PROJECT`
852
852
 
@@ -875,7 +875,7 @@ EXAMPLES
875
875
  $ hd jira hook toggle my-project --hook-id hook-123 --json
876
876
  ```
877
877
 
878
- _See code: [src/commands/jira/hook/toggle.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/hook/toggle.ts)_
878
+ _See code: [src/commands/jira/hook/toggle.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/hook/toggle.ts)_
879
879
 
880
880
  ## `hd jira status`
881
881
 
@@ -895,7 +895,7 @@ EXAMPLES
895
895
  $ hd jira status
896
896
  ```
897
897
 
898
- _See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/jira/status.ts)_
898
+ _See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/jira/status.ts)_
899
899
 
900
900
  ## `hd module analyze`
901
901
 
@@ -923,7 +923,7 @@ EXAMPLES
923
923
  $ hd module analyze --slug="my-module" --verbose
924
924
  ```
925
925
 
926
- _See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/analyze.ts)_
926
+ _See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/analyze.ts)_
927
927
 
928
928
  ## `hd module create`
929
929
 
@@ -975,7 +975,7 @@ EXAMPLES
975
975
  $ hd module create --name="API Service" --framework="Serverless Framework"
976
976
  ```
977
977
 
978
- _See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/create.ts)_
978
+ _See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/create.ts)_
979
979
 
980
980
  ## `hd module destroy`
981
981
 
@@ -999,7 +999,7 @@ EXAMPLES
999
999
  $ hd module destroy --slug="old-project" --force
1000
1000
  ```
1001
1001
 
1002
- _See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/destroy.ts)_
1002
+ _See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/destroy.ts)_
1003
1003
 
1004
1004
  ## `hd module get`
1005
1005
 
@@ -1022,7 +1022,7 @@ EXAMPLES
1022
1022
  $ hd module get
1023
1023
  ```
1024
1024
 
1025
- _See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/get.ts)_
1025
+ _See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/get.ts)_
1026
1026
 
1027
1027
  ## `hd module link`
1028
1028
 
@@ -1045,7 +1045,7 @@ EXAMPLES
1045
1045
  $ hd module link --originSlug="vixting-integration" --targetSlug="vixting-api" --parameter="VLOW_API_ENDPOINT_PREFIX"
1046
1046
  ```
1047
1047
 
1048
- _See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/link.ts)_
1048
+ _See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/link.ts)_
1049
1049
 
1050
1050
  ## `hd module list`
1051
1051
 
@@ -1065,7 +1065,7 @@ EXAMPLES
1065
1065
  $ hd module list
1066
1066
  ```
1067
1067
 
1068
- _See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/list.ts)_
1068
+ _See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/list.ts)_
1069
1069
 
1070
1070
  ## `hd module reanalyze`
1071
1071
 
@@ -1094,7 +1094,7 @@ EXAMPLES
1094
1094
  $ hd module reanalyze -s my-module -p "Exclude source maps from S3 upload" --verbose
1095
1095
  ```
1096
1096
 
1097
- _See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/reanalyze.ts)_
1097
+ _See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/reanalyze.ts)_
1098
1098
 
1099
1099
  ## `hd module update`
1100
1100
 
@@ -1150,7 +1150,7 @@ EXAMPLES
1150
1150
  $ hd module update --slug="my-module" --name="New Name" --framework="React.js"
1151
1151
  ```
1152
1152
 
1153
- _See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/module/update.ts)_
1153
+ _See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/module/update.ts)_
1154
1154
 
1155
1155
  ## `hd parameter add`
1156
1156
 
@@ -1180,7 +1180,7 @@ EXAMPLES
1180
1180
  $ hd parameter add --key="PORT" --value="3000"
1181
1181
  ```
1182
1182
 
1183
- _See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/add.ts)_
1183
+ _See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/add.ts)_
1184
1184
 
1185
1185
  ## `hd parameter backfill`
1186
1186
 
@@ -1205,7 +1205,7 @@ EXAMPLES
1205
1205
  $ hd parameter backfill --accountId="123456789012"
1206
1206
  ```
1207
1207
 
1208
- _See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/backfill.ts)_
1208
+ _See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/backfill.ts)_
1209
1209
 
1210
1210
  ## `hd parameter clear`
1211
1211
 
@@ -1232,7 +1232,7 @@ EXAMPLES
1232
1232
  $ hd parameter clear --stage="prod" --specific --force
1233
1233
  ```
1234
1234
 
1235
- _See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/clear.ts)_
1235
+ _See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/clear.ts)_
1236
1236
 
1237
1237
  ## `hd parameter list`
1238
1238
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  $ hd parameter list --all-stages
1262
1262
  ```
1263
1263
 
1264
- _See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/list.ts)_
1264
+ _See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/list.ts)_
1265
1265
 
1266
1266
  ## `hd parameter pull`
1267
1267
 
@@ -1290,7 +1290,7 @@ EXAMPLES
1290
1290
  $ hd parameter pull --stage="dev" --no-backup
1291
1291
  ```
1292
1292
 
1293
- _See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/pull.ts)_
1293
+ _See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/pull.ts)_
1294
1294
 
1295
1295
  ## `hd parameter remove`
1296
1296
 
@@ -1320,7 +1320,7 @@ EXAMPLES
1320
1320
  $ hd parameter remove --key="PORT" --force
1321
1321
  ```
1322
1322
 
1323
- _See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/remove.ts)_
1323
+ _See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/remove.ts)_
1324
1324
 
1325
1325
  ## `hd parameter sync`
1326
1326
 
@@ -1349,7 +1349,7 @@ EXAMPLES
1349
1349
  $ hd parameter sync --no-specific --stage="all"
1350
1350
  ```
1351
1351
 
1352
- _See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/sync.ts)_
1352
+ _See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/sync.ts)_
1353
1353
 
1354
1354
  ## `hd parameter update`
1355
1355
 
@@ -1377,7 +1377,7 @@ EXAMPLES
1377
1377
  $ hd parameter update --key="DB_HOST" --value="new-host" --specific
1378
1378
  ```
1379
1379
 
1380
- _See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/parameter/update.ts)_
1380
+ _See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/parameter/update.ts)_
1381
1381
 
1382
1382
  ## `hd plugins`
1383
1383
 
@@ -1697,7 +1697,7 @@ EXAMPLES
1697
1697
  $ hd project init --json --name "My Project" --jira-key PROJ
1698
1698
  ```
1699
1699
 
1700
- _See code: [src/commands/project/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/project/init.ts)_
1700
+ _See code: [src/commands/project/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/project/init.ts)_
1701
1701
 
1702
1702
  ## `hd project list`
1703
1703
 
@@ -1722,7 +1722,7 @@ EXAMPLES
1722
1722
  $ hd project list --domain custom.hyperdrive.bot
1723
1723
  ```
1724
1724
 
1725
- _See code: [src/commands/project/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/project/list.ts)_
1725
+ _See code: [src/commands/project/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/project/list.ts)_
1726
1726
 
1727
1727
  ## `hd project status PROJECT`
1728
1728
 
@@ -1750,7 +1750,7 @@ EXAMPLES
1750
1750
  $ hd project status my-project --domain custom.hyperdrive.bot
1751
1751
  ```
1752
1752
 
1753
- _See code: [src/commands/project/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/project/status.ts)_
1753
+ _See code: [src/commands/project/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/project/status.ts)_
1754
1754
 
1755
1755
  ## `hd project sync PROJECT`
1756
1756
 
@@ -1779,7 +1779,7 @@ EXAMPLES
1779
1779
  $ hd project sync my-project --json
1780
1780
  ```
1781
1781
 
1782
- _See code: [src/commands/project/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/project/sync.ts)_
1782
+ _See code: [src/commands/project/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/project/sync.ts)_
1783
1783
 
1784
1784
  ## `hd stage access [STAGE]`
1785
1785
 
@@ -1808,7 +1808,7 @@ EXAMPLES
1808
1808
  $ hd stage access develop --format json
1809
1809
  ```
1810
1810
 
1811
- _See code: [src/commands/stage/access.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/stage/access.ts)_
1811
+ _See code: [src/commands/stage/access.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/stage/access.ts)_
1812
1812
 
1813
1813
  ## `hd stage create`
1814
1814
 
@@ -1836,7 +1836,7 @@ DESCRIPTION
1836
1836
  Create a new stage
1837
1837
  ```
1838
1838
 
1839
- _See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/stage/create.ts)_
1839
+ _See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/stage/create.ts)_
1840
1840
 
1841
1841
  ## `hd stage list`
1842
1842
 
@@ -1856,7 +1856,7 @@ EXAMPLES
1856
1856
  $ hd stage list
1857
1857
  ```
1858
1858
 
1859
- _See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/stage/list.ts)_
1859
+ _See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/stage/list.ts)_
1860
1860
 
1861
1861
  ## `hd stage revoke [STAGE]`
1862
1862
 
@@ -1888,7 +1888,7 @@ EXAMPLES
1888
1888
  $ hd stage revoke develop --ci github-actions
1889
1889
  ```
1890
1890
 
1891
- _See code: [src/commands/stage/revoke.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/stage/revoke.ts)_
1891
+ _See code: [src/commands/stage/revoke.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/stage/revoke.ts)_
1892
1892
 
1893
1893
  ## `hd stage share [STAGE]`
1894
1894
 
@@ -1928,7 +1928,7 @@ EXAMPLES
1928
1928
  $ hd stage share staging production --user dev@company.com --role viewer
1929
1929
  ```
1930
1930
 
1931
- _See code: [src/commands/stage/share.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/stage/share.ts)_
1931
+ _See code: [src/commands/stage/share.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/stage/share.ts)_
1932
1932
 
1933
1933
  ## `hd test-api`
1934
1934
 
@@ -1948,5 +1948,5 @@ EXAMPLES
1948
1948
  $ hd test-api
1949
1949
  ```
1950
1950
 
1951
- _See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.10/src/commands/test-api.ts)_
1951
+ _See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.11/src/commands/test-api.ts)_
1952
1952
  <!-- commandsstop -->
@@ -120,6 +120,7 @@ export default class Login extends Command {
120
120
  userPoolId: tenantConfig.cognitoUserPoolId,
121
121
  },
122
122
  obtainedAt: new Date().toISOString(),
123
+ projectsApiUrl: tenantConfig.projectsApiUrl,
123
124
  region: tenantConfig.region,
124
125
  tenantDomain: tenantConfig.tenantDomain,
125
126
  tenantId: tenantConfig.tenantId,
@@ -8,6 +8,7 @@ export interface TenantConfig {
8
8
  region: string;
9
9
  tenantDomain: string;
10
10
  tenantId: string;
11
+ projectsApiUrl?: string;
11
12
  userGroupsApiUrl?: string;
12
13
  }
13
14
  export interface CLIConfig {
@@ -100,6 +101,11 @@ export declare class TenantService {
100
101
  * Get API URL for a region
101
102
  */
102
103
  private getApiUrl;
104
+ /**
105
+ * Get Projects API URL from bootstrap config (hyperdrive-projects module)
106
+ * Returns undefined if not available (optional module)
107
+ */
108
+ private getProjectsApiUrl;
103
109
  /**
104
110
  * Get User Groups API URL from bootstrap config
105
111
  * Returns undefined if not available (optional module)
@@ -85,6 +85,7 @@ export class TenantService {
85
85
  region,
86
86
  tenantDomain: domain,
87
87
  tenantId: bootstrap.tenantId,
88
+ projectsApiUrl: this.getProjectsApiUrl(bootstrap.amplifyConfig.API),
88
89
  userGroupsApiUrl: this.getUserGroupsApiUrl(bootstrap.amplifyConfig.API),
89
90
  };
90
91
  // Cache the tenant domain for future use
@@ -313,6 +314,17 @@ export class TenantService {
313
314
  chalk.yellow('This tenant does not have access to Hyperdrive.\n') +
314
315
  chalk.gray('Please contact your administrator to enable the Hyperdrive module.'));
315
316
  }
317
+ /**
318
+ * Get Projects API URL from bootstrap config (hyperdrive-projects module)
319
+ * Returns undefined if not available (optional module)
320
+ */
321
+ getProjectsApiUrl(apiConfig) {
322
+ if (apiConfig?.REST?.['hyperdrive-projects']?.endpoint) {
323
+ console.log(chalk.gray(`✓ Using hyperdrive-projects API endpoint from bootstrap: ${apiConfig.REST['hyperdrive-projects'].endpoint}`));
324
+ return apiConfig.REST['hyperdrive-projects'].endpoint;
325
+ }
326
+ return undefined;
327
+ }
316
328
  /**
317
329
  * Get User Groups API URL from bootstrap config
318
330
  * Returns undefined if not available (optional module)
@@ -52,6 +52,7 @@ export interface StoredCredentials extends CognitoTokens {
52
52
  awsCredentials: AWSCredentials;
53
53
  cognitoConfig: CognitoConfig;
54
54
  obtainedAt: string;
55
+ projectsApiUrl?: string;
55
56
  region: string;
56
57
  tenantDomain: string;
57
58
  tenantId: string;
@@ -330,6 +330,7 @@ export async function executeAuthFlow(options) {
330
330
  userPoolId: tenantConfig.cognitoUserPoolId,
331
331
  },
332
332
  obtainedAt: new Date().toISOString(),
333
+ projectsApiUrl: tenantConfig.projectsApiUrl,
333
334
  region: tenantConfig.region,
334
335
  tenantDomain: tenantConfig.tenantDomain,
335
336
  tenantId: tenantConfig.tenantId,
@@ -416,6 +417,7 @@ export async function executeCIAuthFlow(options) {
416
417
  expires_in: authResult.ExpiresIn || 3600,
417
418
  id_token: authResult.IdToken,
418
419
  obtainedAt: new Date().toISOString(),
420
+ projectsApiUrl: tenantConfig.projectsApiUrl,
419
421
  refresh_token: authResult.RefreshToken || '',
420
422
  region: tenantConfig.region,
421
423
  tenantDomain: tenantConfig.tenantDomain,
@@ -554,7 +554,7 @@
554
554
  "description": "The name of the deployment",
555
555
  "name": "name",
556
556
  "required": false,
557
- "default": "Deployment-2026-02-08-12-13-34",
557
+ "default": "Deployment-2026-02-08-14-37-25",
558
558
  "hasDynamicHelp": false,
559
559
  "multiple": false,
560
560
  "type": "option"
@@ -3515,5 +3515,5 @@
3515
3515
  ]
3516
3516
  }
3517
3517
  },
3518
- "version": "1.0.10"
3518
+ "version": "1.0.11"
3519
3519
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperdrive.bot/cli",
3
3
  "description": "hyperdrive.bot is a command-line interface (CLI) tool designed for managing and deploying projects using the Hyperdrive API. The CLI acts as a proxy to the Hyperdrive API, enabling users to:",
4
- "version": "1.0.10",
4
+ "version": "1.0.11",
5
5
  "author": "marcelomarra",
6
6
  "bin": {
7
7
  "hd": "./bin/run.js",