@hyperdrive.bot/cli 1.0.2 → 1.0.5
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 +49 -49
- package/dist/utils/auth-flow.js +2 -2
- package/oclif.manifest.json +2 -2
- package/package.json +1 -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.
|
|
23
|
+
@hyperdrive.bot/cli/1.0.5 linux-x64 node-v18.20.8
|
|
24
24
|
$ hd --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ hd COMMAND
|
|
@@ -115,7 +115,7 @@ EXAMPLES
|
|
|
115
115
|
$ hd account add # Interactive mode
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
118
|
+
_See code: [src/commands/account/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/account/add.ts)_
|
|
119
119
|
|
|
120
120
|
## `hd account list`
|
|
121
121
|
|
|
@@ -132,7 +132,7 @@ EXAMPLES
|
|
|
132
132
|
$ hd account list
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
135
|
+
_See code: [src/commands/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/account/list.ts)_
|
|
136
136
|
|
|
137
137
|
## `hd account remove`
|
|
138
138
|
|
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ hd account remove --accountId 123456789012 --force
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
159
|
+
_See code: [src/commands/account/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/account/remove.ts)_
|
|
160
160
|
|
|
161
161
|
## `hd auth login`
|
|
162
162
|
|
|
@@ -184,7 +184,7 @@ EXAMPLES
|
|
|
184
184
|
$ hd auth login --ci --domain acme.hyperdrive.bot
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
187
|
+
_See code: [src/commands/auth/login.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/auth/login.ts)_
|
|
188
188
|
|
|
189
189
|
## `hd auth logout`
|
|
190
190
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ hd auth logout
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
204
|
+
_See code: [src/commands/auth/logout.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/auth/logout.ts)_
|
|
205
205
|
|
|
206
206
|
## `hd auth refresh`
|
|
207
207
|
|
|
@@ -218,7 +218,7 @@ EXAMPLES
|
|
|
218
218
|
$ hd auth refresh
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
_See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
221
|
+
_See code: [src/commands/auth/refresh.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/auth/refresh.ts)_
|
|
222
222
|
|
|
223
223
|
## `hd auth status`
|
|
224
224
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ hd auth status
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
238
|
+
_See code: [src/commands/auth/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/auth/status.ts)_
|
|
239
239
|
|
|
240
240
|
## `hd ci account create`
|
|
241
241
|
|
|
@@ -266,7 +266,7 @@ EXAMPLES
|
|
|
266
266
|
$ hd ci account create --name="gitlab-staging" --scope=deploy --scope=parameter:read
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
269
|
+
_See code: [src/commands/ci/account/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/ci/account/create.ts)_
|
|
270
270
|
|
|
271
271
|
## `hd ci account delete [ACCOUNTID]`
|
|
272
272
|
|
|
@@ -292,7 +292,7 @@ EXAMPLES
|
|
|
292
292
|
$ hd ci account delete <account-id> --force
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
_See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
295
|
+
_See code: [src/commands/ci/account/delete.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/ci/account/delete.ts)_
|
|
296
296
|
|
|
297
297
|
## `hd ci account list`
|
|
298
298
|
|
|
@@ -315,7 +315,7 @@ EXAMPLES
|
|
|
315
315
|
$ hd ci account list --json
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
318
|
+
_See code: [src/commands/ci/account/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/ci/account/list.ts)_
|
|
319
319
|
|
|
320
320
|
## `hd config get KEY`
|
|
321
321
|
|
|
@@ -337,7 +337,7 @@ EXAMPLES
|
|
|
337
337
|
$ hd config get bootstrap-url
|
|
338
338
|
```
|
|
339
339
|
|
|
340
|
-
_See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
340
|
+
_See code: [src/commands/config/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/config/get.ts)_
|
|
341
341
|
|
|
342
342
|
## `hd config set KEY VALUE`
|
|
343
343
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
$ hd config set region us-west-2
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
367
|
+
_See code: [src/commands/config/set.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/config/set.ts)_
|
|
368
368
|
|
|
369
369
|
## `hd config show`
|
|
370
370
|
|
|
@@ -381,7 +381,7 @@ EXAMPLES
|
|
|
381
381
|
$ hd config show
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
384
|
+
_See code: [src/commands/config/show.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/config/show.ts)_
|
|
385
385
|
|
|
386
386
|
## `hd deployment create`
|
|
387
387
|
|
|
@@ -396,7 +396,7 @@ FLAGS
|
|
|
396
396
|
-c, --commit=<value> (required) Commit hash
|
|
397
397
|
-d, --domain=<value> Tenant domain (for multi-domain setups)
|
|
398
398
|
-m, --moduleSlug=<value> (required) Module slug
|
|
399
|
-
-n, --name=<value> [default: Deployment-2026-01-18-
|
|
399
|
+
-n, --name=<value> [default: Deployment-2026-01-18-20-05-57] The name of the deployment
|
|
400
400
|
-r, --regions=<value>... [default: ] Regions for the deployment
|
|
401
401
|
-s, --stage=<value> (required) Stage for the deployment
|
|
402
402
|
-v, --verbose Show detailed build logs
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
$ hd deployment create --stage="dev" --commit="abc123" --verbose
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
418
|
+
_See code: [src/commands/deployment/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/deployment/create.ts)_
|
|
419
419
|
|
|
420
420
|
## `hd deployment get`
|
|
421
421
|
|
|
@@ -440,7 +440,7 @@ EXAMPLES
|
|
|
440
440
|
$ hd deployment get --name="prod-release-v1" --stage="prod"
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
443
|
+
_See code: [src/commands/deployment/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/deployment/get.ts)_
|
|
444
444
|
|
|
445
445
|
## `hd deployment launch`
|
|
446
446
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ hd deployment launch --name="prod-release" --stage="prod" --region="us-west-2"
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
470
|
+
_See code: [src/commands/deployment/launch.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/deployment/launch.ts)_
|
|
471
471
|
|
|
472
472
|
## `hd deployment list`
|
|
473
473
|
|
|
@@ -491,7 +491,7 @@ EXAMPLES
|
|
|
491
491
|
$ hd deployment list --stage="prod" --moduleSlug="my-api"
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
494
|
+
_See code: [src/commands/deployment/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/deployment/list.ts)_
|
|
495
495
|
|
|
496
496
|
## `hd domain current`
|
|
497
497
|
|
|
@@ -508,7 +508,7 @@ EXAMPLES
|
|
|
508
508
|
$ hd domain current
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
511
|
+
_See code: [src/commands/domain/current.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/domain/current.ts)_
|
|
512
512
|
|
|
513
513
|
## `hd domain list`
|
|
514
514
|
|
|
@@ -525,7 +525,7 @@ EXAMPLES
|
|
|
525
525
|
$ hd domain list
|
|
526
526
|
```
|
|
527
527
|
|
|
528
|
-
_See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
528
|
+
_See code: [src/commands/domain/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/domain/list.ts)_
|
|
529
529
|
|
|
530
530
|
## `hd domain switch DOMAIN`
|
|
531
531
|
|
|
@@ -545,7 +545,7 @@ EXAMPLES
|
|
|
545
545
|
$ hd domain switch acme.hyperdrive.bot
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
548
|
+
_See code: [src/commands/domain/switch.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/domain/switch.ts)_
|
|
549
549
|
|
|
550
550
|
## `hd example [FILE]`
|
|
551
551
|
|
|
@@ -569,7 +569,7 @@ EXAMPLES
|
|
|
569
569
|
$ hd example
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
572
|
+
_See code: [src/commands/example.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/example.ts)_
|
|
573
573
|
|
|
574
574
|
## `hd git connect`
|
|
575
575
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
$ hd git connect --provider=gitlab
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
596
|
+
_See code: [src/commands/git/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/git/connect.ts)_
|
|
597
597
|
|
|
598
598
|
## `hd git disconnect`
|
|
599
599
|
|
|
@@ -618,7 +618,7 @@ EXAMPLES
|
|
|
618
618
|
$ hd git disconnect --provider=github --installation-id=12345
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
621
|
+
_See code: [src/commands/git/disconnect.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/git/disconnect.ts)_
|
|
622
622
|
|
|
623
623
|
## `hd git list`
|
|
624
624
|
|
|
@@ -642,7 +642,7 @@ EXAMPLES
|
|
|
642
642
|
$ hd git list --provider=github
|
|
643
643
|
```
|
|
644
644
|
|
|
645
|
-
_See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
645
|
+
_See code: [src/commands/git/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/git/list.ts)_
|
|
646
646
|
|
|
647
647
|
## `hd git sync`
|
|
648
648
|
|
|
@@ -678,7 +678,7 @@ EXAMPLES
|
|
|
678
678
|
$ hd git sync --all --remote upstream --merge-strategy no-ff
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
681
|
+
_See code: [src/commands/git/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/git/sync.ts)_
|
|
682
682
|
|
|
683
683
|
## `hd help [COMMAND]`
|
|
684
684
|
|
|
@@ -715,7 +715,7 @@ EXAMPLES
|
|
|
715
715
|
$ hd init
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
718
|
+
_See code: [src/commands/init.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/init.ts)_
|
|
719
719
|
|
|
720
720
|
## `hd jira connect`
|
|
721
721
|
|
|
@@ -737,7 +737,7 @@ EXAMPLES
|
|
|
737
737
|
$ hd jira connect --domain dev-squad.atlassian.net
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
740
|
+
_See code: [src/commands/jira/connect.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/jira/connect.ts)_
|
|
741
741
|
|
|
742
742
|
## `hd jira status`
|
|
743
743
|
|
|
@@ -757,7 +757,7 @@ EXAMPLES
|
|
|
757
757
|
$ hd jira status
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
760
|
+
_See code: [src/commands/jira/status.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/jira/status.ts)_
|
|
761
761
|
|
|
762
762
|
## `hd module analyze`
|
|
763
763
|
|
|
@@ -785,7 +785,7 @@ EXAMPLES
|
|
|
785
785
|
$ hd module analyze --slug="my-module" --verbose
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
788
|
+
_See code: [src/commands/module/analyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/analyze.ts)_
|
|
789
789
|
|
|
790
790
|
## `hd module create`
|
|
791
791
|
|
|
@@ -835,7 +835,7 @@ EXAMPLES
|
|
|
835
835
|
$ hd module create --name="API Service" --framework="Serverless Framework"
|
|
836
836
|
```
|
|
837
837
|
|
|
838
|
-
_See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
838
|
+
_See code: [src/commands/module/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/create.ts)_
|
|
839
839
|
|
|
840
840
|
## `hd module destroy`
|
|
841
841
|
|
|
@@ -859,7 +859,7 @@ EXAMPLES
|
|
|
859
859
|
$ hd module destroy --slug="old-project" --force
|
|
860
860
|
```
|
|
861
861
|
|
|
862
|
-
_See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
862
|
+
_See code: [src/commands/module/destroy.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/destroy.ts)_
|
|
863
863
|
|
|
864
864
|
## `hd module get`
|
|
865
865
|
|
|
@@ -882,7 +882,7 @@ EXAMPLES
|
|
|
882
882
|
$ hd module get
|
|
883
883
|
```
|
|
884
884
|
|
|
885
|
-
_See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
885
|
+
_See code: [src/commands/module/get.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/get.ts)_
|
|
886
886
|
|
|
887
887
|
## `hd module link`
|
|
888
888
|
|
|
@@ -905,7 +905,7 @@ EXAMPLES
|
|
|
905
905
|
$ hd module link --originSlug="vixting-integration" --targetSlug="vixting-api" --parameter="VLOW_API_ENDPOINT_PREFIX"
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
908
|
+
_See code: [src/commands/module/link.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/link.ts)_
|
|
909
909
|
|
|
910
910
|
## `hd module list`
|
|
911
911
|
|
|
@@ -925,7 +925,7 @@ EXAMPLES
|
|
|
925
925
|
$ hd module list
|
|
926
926
|
```
|
|
927
927
|
|
|
928
|
-
_See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
928
|
+
_See code: [src/commands/module/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/list.ts)_
|
|
929
929
|
|
|
930
930
|
## `hd module reanalyze`
|
|
931
931
|
|
|
@@ -954,7 +954,7 @@ EXAMPLES
|
|
|
954
954
|
$ hd module reanalyze -s my-module -p "Exclude source maps from S3 upload" --verbose
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
957
|
+
_See code: [src/commands/module/reanalyze.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/reanalyze.ts)_
|
|
958
958
|
|
|
959
959
|
## `hd module update`
|
|
960
960
|
|
|
@@ -1010,7 +1010,7 @@ EXAMPLES
|
|
|
1010
1010
|
$ hd module update --slug="my-module" --name="New Name" --framework="React.js"
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1013
|
+
_See code: [src/commands/module/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/module/update.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `hd parameter add`
|
|
1016
1016
|
|
|
@@ -1040,7 +1040,7 @@ EXAMPLES
|
|
|
1040
1040
|
$ hd parameter add --key="PORT" --value="3000"
|
|
1041
1041
|
```
|
|
1042
1042
|
|
|
1043
|
-
_See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1043
|
+
_See code: [src/commands/parameter/add.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/add.ts)_
|
|
1044
1044
|
|
|
1045
1045
|
## `hd parameter backfill`
|
|
1046
1046
|
|
|
@@ -1065,7 +1065,7 @@ EXAMPLES
|
|
|
1065
1065
|
$ hd parameter backfill --accountId="123456789012"
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1068
|
+
_See code: [src/commands/parameter/backfill.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/backfill.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `hd parameter clear`
|
|
1071
1071
|
|
|
@@ -1092,7 +1092,7 @@ EXAMPLES
|
|
|
1092
1092
|
$ hd parameter clear --stage="prod" --specific --force
|
|
1093
1093
|
```
|
|
1094
1094
|
|
|
1095
|
-
_See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1095
|
+
_See code: [src/commands/parameter/clear.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/clear.ts)_
|
|
1096
1096
|
|
|
1097
1097
|
## `hd parameter list`
|
|
1098
1098
|
|
|
@@ -1121,7 +1121,7 @@ EXAMPLES
|
|
|
1121
1121
|
$ hd parameter list --all-stages
|
|
1122
1122
|
```
|
|
1123
1123
|
|
|
1124
|
-
_See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1124
|
+
_See code: [src/commands/parameter/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/list.ts)_
|
|
1125
1125
|
|
|
1126
1126
|
## `hd parameter pull`
|
|
1127
1127
|
|
|
@@ -1150,7 +1150,7 @@ EXAMPLES
|
|
|
1150
1150
|
$ hd parameter pull --stage="dev" --no-backup
|
|
1151
1151
|
```
|
|
1152
1152
|
|
|
1153
|
-
_See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1153
|
+
_See code: [src/commands/parameter/pull.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/pull.ts)_
|
|
1154
1154
|
|
|
1155
1155
|
## `hd parameter remove`
|
|
1156
1156
|
|
|
@@ -1180,7 +1180,7 @@ EXAMPLES
|
|
|
1180
1180
|
$ hd parameter remove --key="PORT" --force
|
|
1181
1181
|
```
|
|
1182
1182
|
|
|
1183
|
-
_See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1183
|
+
_See code: [src/commands/parameter/remove.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/remove.ts)_
|
|
1184
1184
|
|
|
1185
1185
|
## `hd parameter sync`
|
|
1186
1186
|
|
|
@@ -1209,7 +1209,7 @@ EXAMPLES
|
|
|
1209
1209
|
$ hd parameter sync --no-specific --stage="all"
|
|
1210
1210
|
```
|
|
1211
1211
|
|
|
1212
|
-
_See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1212
|
+
_See code: [src/commands/parameter/sync.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/sync.ts)_
|
|
1213
1213
|
|
|
1214
1214
|
## `hd parameter update`
|
|
1215
1215
|
|
|
@@ -1237,7 +1237,7 @@ EXAMPLES
|
|
|
1237
1237
|
$ hd parameter update --key="DB_HOST" --value="new-host" --specific
|
|
1238
1238
|
```
|
|
1239
1239
|
|
|
1240
|
-
_See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1240
|
+
_See code: [src/commands/parameter/update.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/parameter/update.ts)_
|
|
1241
1241
|
|
|
1242
1242
|
## `hd plugins`
|
|
1243
1243
|
|
|
@@ -1554,7 +1554,7 @@ DESCRIPTION
|
|
|
1554
1554
|
Create a new stage
|
|
1555
1555
|
```
|
|
1556
1556
|
|
|
1557
|
-
_See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1557
|
+
_See code: [src/commands/stage/create.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/stage/create.ts)_
|
|
1558
1558
|
|
|
1559
1559
|
## `hd stage list`
|
|
1560
1560
|
|
|
@@ -1574,7 +1574,7 @@ EXAMPLES
|
|
|
1574
1574
|
$ hd stage list
|
|
1575
1575
|
```
|
|
1576
1576
|
|
|
1577
|
-
_See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1577
|
+
_See code: [src/commands/stage/list.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/stage/list.ts)_
|
|
1578
1578
|
|
|
1579
1579
|
## `hd test-api`
|
|
1580
1580
|
|
|
@@ -1594,5 +1594,5 @@ EXAMPLES
|
|
|
1594
1594
|
$ hd test-api
|
|
1595
1595
|
```
|
|
1596
1596
|
|
|
1597
|
-
_See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.
|
|
1597
|
+
_See code: [src/commands/test-api.ts](https://github.com/hyperdrive/hd/blob/v1.0.5/src/commands/test-api.ts)_
|
|
1598
1598
|
<!-- commandsstop -->
|
package/dist/utils/auth-flow.js
CHANGED
|
@@ -293,7 +293,7 @@ export function getCredentialsPath(domain) {
|
|
|
293
293
|
*/
|
|
294
294
|
export async function executeAuthFlow(options) {
|
|
295
295
|
const { callbackPort = 8765, logger, tenantDomain, timeout = 300000 } = options;
|
|
296
|
-
const tenantService = new TenantService();
|
|
296
|
+
const tenantService = new TenantService(tenantDomain);
|
|
297
297
|
try {
|
|
298
298
|
// Step 1: Bootstrap tenant to get Cognito config
|
|
299
299
|
const tenantConfig = await tenantService.fetchTenantConfig(tenantDomain);
|
|
@@ -352,7 +352,7 @@ export async function executeAuthFlow(options) {
|
|
|
352
352
|
*/
|
|
353
353
|
export async function executeCIAuthFlow(options) {
|
|
354
354
|
const { logger, password, tenantDomain, username } = options;
|
|
355
|
-
const tenantService = new TenantService();
|
|
355
|
+
const tenantService = new TenantService(tenantDomain);
|
|
356
356
|
try {
|
|
357
357
|
// Step 1: Bootstrap tenant to get Cognito config
|
|
358
358
|
if (logger)
|
package/oclif.manifest.json
CHANGED
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
"description": "The name of the deployment",
|
|
536
536
|
"name": "name",
|
|
537
537
|
"required": false,
|
|
538
|
-
"default": "Deployment-2026-01-18-
|
|
538
|
+
"default": "Deployment-2026-01-18-20-05-57",
|
|
539
539
|
"hasDynamicHelp": false,
|
|
540
540
|
"multiple": false,
|
|
541
541
|
"type": "option"
|
|
@@ -2815,5 +2815,5 @@
|
|
|
2815
2815
|
]
|
|
2816
2816
|
}
|
|
2817
2817
|
},
|
|
2818
|
-
"version": "1.0.
|
|
2818
|
+
"version": "1.0.5"
|
|
2819
2819
|
}
|
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.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"author": "marcelomarra",
|
|
6
6
|
"bin": {
|
|
7
7
|
"hd": "./bin/run.js",
|