hereya-cli 0.86.2 → 0.86.3

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
@@ -21,7 +21,7 @@ $ npm install -g hereya-cli
21
21
  $ hereya COMMAND
22
22
  running command...
23
23
  $ hereya (--version)
24
- hereya-cli/0.86.2 linux-x64 node-v24.14.1
24
+ hereya-cli/0.86.3 linux-x64 node-v24.14.1
25
25
  $ hereya --help [COMMAND]
26
26
  USAGE
27
27
  $ hereya COMMAND
@@ -127,7 +127,7 @@ EXAMPLES
127
127
  $ hereya add cloudy/docker_postgres
128
128
  ```
129
129
 
130
- _See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/add/index.ts)_
130
+ _See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/add/index.ts)_
131
131
 
132
132
  ## `hereya app deploy NAME`
133
133
 
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  $ hereya app deploy my-org/my-app -w prod -p organizationId=org-123
166
166
  ```
167
167
 
168
- _See code: [src/commands/app/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/deploy/index.ts)_
168
+ _See code: [src/commands/app/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/deploy/index.ts)_
169
169
 
170
170
  ## `hereya app deployments NAME`
171
171
 
@@ -189,7 +189,7 @@ EXAMPLES
189
189
  $ hereya app deployments my-org/my-app
190
190
  ```
191
191
 
192
- _See code: [src/commands/app/deployments/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/deployments/index.ts)_
192
+ _See code: [src/commands/app/deployments/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/deployments/index.ts)_
193
193
 
194
194
  ## `hereya app destroy NAME`
195
195
 
@@ -221,7 +221,7 @@ EXAMPLES
221
221
  $ hereya app destroy my-org/my-app -w my-workspace
222
222
  ```
223
223
 
224
- _See code: [src/commands/app/destroy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/destroy/index.ts)_
224
+ _See code: [src/commands/app/destroy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/destroy/index.ts)_
225
225
 
226
226
  ## `hereya app env NAME [KEY]`
227
227
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  $ hereya app env my-org/my-app -w my-workspace DATABASE_URL
251
251
  ```
252
252
 
253
- _See code: [src/commands/app/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/env/index.ts)_
253
+ _See code: [src/commands/app/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/env/index.ts)_
254
254
 
255
255
  ## `hereya app list`
256
256
 
@@ -271,7 +271,7 @@ EXAMPLES
271
271
  $ hereya app list
272
272
  ```
273
273
 
274
- _See code: [src/commands/app/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/list/index.ts)_
274
+ _See code: [src/commands/app/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/list/index.ts)_
275
275
 
276
276
  ## `hereya app new DIRNAME`
277
277
 
@@ -297,7 +297,7 @@ EXAMPLES
297
297
  $ hereya app new ./my-app -n my-org/my-app --description "An ai-app-builder app"
298
298
  ```
299
299
 
300
- _See code: [src/commands/app/new/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/new/index.ts)_
300
+ _See code: [src/commands/app/new/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/new/index.ts)_
301
301
 
302
302
  ## `hereya app status NAME`
303
303
 
@@ -323,7 +323,7 @@ EXAMPLES
323
323
  $ hereya app status my-org/my-app -w my-workspace
324
324
  ```
325
325
 
326
- _See code: [src/commands/app/status/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/app/status/index.ts)_
326
+ _See code: [src/commands/app/status/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/app/status/index.ts)_
327
327
 
328
328
  ## `hereya bootstrap INFRASTRUCTURETYPE`
329
329
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  $ hereya bootstrap local
349
349
  ```
350
350
 
351
- _See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/bootstrap/index.ts)_
351
+ _See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/bootstrap/index.ts)_
352
352
 
353
353
  ## `hereya clone PROJECT`
354
354
 
@@ -373,7 +373,7 @@ EXAMPLES
373
373
  $ hereya clone myProject --chdir=./myProject
374
374
  ```
375
375
 
376
- _See code: [src/commands/clone/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/clone/index.ts)_
376
+ _See code: [src/commands/clone/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/clone/index.ts)_
377
377
 
378
378
  ## `hereya config export-backend [FILE]`
379
379
 
@@ -395,7 +395,7 @@ EXAMPLES
395
395
  $ hereya config export-backend ./path/to/export.json
396
396
  ```
397
397
 
398
- _See code: [src/commands/config/export-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/config/export-backend/index.ts)_
398
+ _See code: [src/commands/config/export-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/config/export-backend/index.ts)_
399
399
 
400
400
  ## `hereya config get-backend`
401
401
 
@@ -412,7 +412,7 @@ EXAMPLES
412
412
  $ hereya config get-backend
413
413
  ```
414
414
 
415
- _See code: [src/commands/config/get-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/config/get-backend/index.ts)_
415
+ _See code: [src/commands/config/get-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/config/get-backend/index.ts)_
416
416
 
417
417
  ## `hereya config import-backend FILE`
418
418
 
@@ -432,7 +432,7 @@ EXAMPLES
432
432
  $ hereya config import-backend ./path/to/cloud-backend.json
433
433
  ```
434
434
 
435
- _See code: [src/commands/config/import-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/config/import-backend/index.ts)_
435
+ _See code: [src/commands/config/import-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/config/import-backend/index.ts)_
436
436
 
437
437
  ## `hereya config use-backend TYPE`
438
438
 
@@ -454,7 +454,7 @@ EXAMPLES
454
454
  $ hereya config use-backend local
455
455
  ```
456
456
 
457
- _See code: [src/commands/config/use-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/config/use-backend/index.ts)_
457
+ _See code: [src/commands/config/use-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/config/use-backend/index.ts)_
458
458
 
459
459
  ## `hereya delete-state`
460
460
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ hereya delete-state --workspace staging
481
481
  ```
482
482
 
483
- _See code: [src/commands/delete-state/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/delete-state/index.ts)_
483
+ _See code: [src/commands/delete-state/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/delete-state/index.ts)_
484
484
 
485
485
  ## `hereya deploy`
486
486
 
@@ -509,7 +509,7 @@ EXAMPLES
509
509
  $ hereya deploy
510
510
  ```
511
511
 
512
- _See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/deploy/index.ts)_
512
+ _See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/deploy/index.ts)_
513
513
 
514
514
  ## `hereya devenv config`
515
515
 
@@ -529,7 +529,7 @@ EXAMPLES
529
529
  $ hereya devenv config -w my-workspace
530
530
  ```
531
531
 
532
- _See code: [src/commands/devenv/config/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/config/index.ts)_
532
+ _See code: [src/commands/devenv/config/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/config/index.ts)_
533
533
 
534
534
  ## `hereya devenv install`
535
535
 
@@ -554,7 +554,7 @@ EXAMPLES
554
554
  $ hereya devenv install -w my-workspace -p instanceType=t3.large
555
555
  ```
556
556
 
557
- _See code: [src/commands/devenv/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/install/index.ts)_
557
+ _See code: [src/commands/devenv/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/install/index.ts)_
558
558
 
559
559
  ## `hereya devenv project init PROJECT`
560
560
 
@@ -586,7 +586,7 @@ EXAMPLES
586
586
  $ hereya devenv project init my-app -w my-workspace -t acme/node-starter -p region=us-east-1
587
587
  ```
588
588
 
589
- _See code: [src/commands/devenv/project/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/project/init/index.ts)_
589
+ _See code: [src/commands/devenv/project/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/project/init/index.ts)_
590
590
 
591
591
  ## `hereya devenv project uninit PROJECT`
592
592
 
@@ -612,7 +612,7 @@ EXAMPLES
612
612
  $ hereya devenv project uninit my-app -w my-workspace --force
613
613
  ```
614
614
 
615
- _See code: [src/commands/devenv/project/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/project/uninit/index.ts)_
615
+ _See code: [src/commands/devenv/project/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/project/uninit/index.ts)_
616
616
 
617
617
  ## `hereya devenv ssh`
618
618
 
@@ -632,7 +632,7 @@ EXAMPLES
632
632
  $ hereya devenv ssh -w my-workspace
633
633
  ```
634
634
 
635
- _See code: [src/commands/devenv/ssh/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/ssh/index.ts)_
635
+ _See code: [src/commands/devenv/ssh/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/ssh/index.ts)_
636
636
 
637
637
  ## `hereya devenv uninstall`
638
638
 
@@ -653,7 +653,7 @@ EXAMPLES
653
653
  $ hereya devenv uninstall -w my-workspace
654
654
  ```
655
655
 
656
- _See code: [src/commands/devenv/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/devenv/uninstall/index.ts)_
656
+ _See code: [src/commands/devenv/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/devenv/uninstall/index.ts)_
657
657
 
658
658
  ## `hereya doc PACKAGE`
659
659
 
@@ -686,7 +686,7 @@ EXAMPLES
686
686
  $ hereya doc my-package --no-doc
687
687
  ```
688
688
 
689
- _See code: [src/commands/doc/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/doc/index.ts)_
689
+ _See code: [src/commands/doc/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/doc/index.ts)_
690
690
 
691
691
  ## `hereya docker run IMAGE`
692
692
 
@@ -717,7 +717,7 @@ EXAMPLES
717
717
  $ hereya docker run myapp:latest -- --rm -v ./data:/data
718
718
  ```
719
719
 
720
- _See code: [src/commands/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/docker/run/index.ts)_
720
+ _See code: [src/commands/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/docker/run/index.ts)_
721
721
 
722
722
  ## `hereya down`
723
723
 
@@ -744,7 +744,7 @@ EXAMPLES
744
744
  $ hereya down
745
745
  ```
746
746
 
747
- _See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/down/index.ts)_
747
+ _See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/down/index.ts)_
748
748
 
749
749
  ## `hereya env [NAME]`
750
750
 
@@ -775,7 +775,7 @@ EXAMPLES
775
775
  $ hereya env -w dev -l
776
776
  ```
777
777
 
778
- _See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/env/index.ts)_
778
+ _See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/env/index.ts)_
779
779
 
780
780
  ## `hereya env set [NAME]`
781
781
 
@@ -802,7 +802,7 @@ EXAMPLES
802
802
  $ hereya env set FOO -v bar -w dev
803
803
  ```
804
804
 
805
- _See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/env/set/index.ts)_
805
+ _See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/env/set/index.ts)_
806
806
 
807
807
  ## `hereya executor start`
808
808
 
@@ -835,7 +835,7 @@ EXAMPLES
835
835
  HEREYA_TOKEN=<token> HEREYA_CLOUD_URL=https://my-cloud.example.com hereya executor start -w my-workspace
836
836
  ```
837
837
 
838
- _See code: [src/commands/executor/start/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/executor/start/index.ts)_
838
+ _See code: [src/commands/executor/start/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/executor/start/index.ts)_
839
839
 
840
840
  ## `hereya flow add PACKAGE`
841
841
 
@@ -873,7 +873,7 @@ EXAMPLES
873
873
  $ hereya flow add cloudy/docker_postgres -p DB_NAME=mydb -p DB_USER=admin
874
874
  ```
875
875
 
876
- _See code: [src/commands/flow/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/add/index.ts)_
876
+ _See code: [src/commands/flow/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/add/index.ts)_
877
877
 
878
878
  ## `hereya flow docker run IMAGE`
879
879
 
@@ -903,7 +903,7 @@ EXAMPLES
903
903
  $ hereya flow docker run --pin myapp:latest -- --rm
904
904
  ```
905
905
 
906
- _See code: [src/commands/flow/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/docker/run/index.ts)_
906
+ _See code: [src/commands/flow/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/docker/run/index.ts)_
907
907
 
908
908
  ## `hereya flow down`
909
909
 
@@ -937,7 +937,7 @@ EXAMPLES
937
937
  $ hereya flow down --pin
938
938
  ```
939
939
 
940
- _See code: [src/commands/flow/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/down/index.ts)_
940
+ _See code: [src/commands/flow/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/down/index.ts)_
941
941
 
942
942
  ## `hereya flow env [NAME]`
943
943
 
@@ -971,7 +971,7 @@ EXAMPLES
971
971
  $ hereya flow env -l
972
972
  ```
973
973
 
974
- _See code: [src/commands/flow/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/env/index.ts)_
974
+ _See code: [src/commands/flow/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/env/index.ts)_
975
975
 
976
976
  ## `hereya flow provid PACKAGE`
977
977
 
@@ -1000,7 +1000,7 @@ EXAMPLES
1000
1000
  $ hereya flow provid hereya/postgres --pin
1001
1001
  ```
1002
1002
 
1003
- _See code: [src/commands/flow/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/provid/index.ts)_
1003
+ _See code: [src/commands/flow/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/provid/index.ts)_
1004
1004
 
1005
1005
  ## `hereya flow remove PACKAGE`
1006
1006
 
@@ -1030,7 +1030,7 @@ EXAMPLES
1030
1030
  $ hereya flow remove cloudy/docker_postgres --profile staging
1031
1031
  ```
1032
1032
 
1033
- _See code: [src/commands/flow/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/remove/index.ts)_
1033
+ _See code: [src/commands/flow/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/remove/index.ts)_
1034
1034
 
1035
1035
  ## `hereya flow run CMD`
1036
1036
 
@@ -1059,7 +1059,7 @@ EXAMPLES
1059
1059
  $ hereya flow run --pin -- npm test
1060
1060
  ```
1061
1061
 
1062
- _See code: [src/commands/flow/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/run/index.ts)_
1062
+ _See code: [src/commands/flow/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/run/index.ts)_
1063
1063
 
1064
1064
  ## `hereya flow up`
1065
1065
 
@@ -1093,7 +1093,7 @@ EXAMPLES
1093
1093
  $ hereya flow up --pin
1094
1094
  ```
1095
1095
 
1096
- _See code: [src/commands/flow/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/flow/up/index.ts)_
1096
+ _See code: [src/commands/flow/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/flow/up/index.ts)_
1097
1097
 
1098
1098
  ## `hereya help [COMMAND]`
1099
1099
 
@@ -1150,7 +1150,7 @@ EXAMPLES
1150
1150
  $ hereya import org/my-package -f state.tfstate -w my-workspace
1151
1151
  ```
1152
1152
 
1153
- _See code: [src/commands/import/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/import/index.ts)_
1153
+ _See code: [src/commands/import/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/import/index.ts)_
1154
1154
 
1155
1155
  ## `hereya init PROJECT`
1156
1156
 
@@ -1188,7 +1188,7 @@ EXAMPLES
1188
1188
  $ hereya init myProject -w=dev -t=acme/node-starter -d=prod -p region=us-east-1
1189
1189
  ```
1190
1190
 
1191
- _See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/init/index.ts)_
1191
+ _See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/init/index.ts)_
1192
1192
 
1193
1193
  ## `hereya list`
1194
1194
 
@@ -1205,7 +1205,7 @@ EXAMPLES
1205
1205
  $ hereya list
1206
1206
  ```
1207
1207
 
1208
- _See code: [src/commands/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/list/index.ts)_
1208
+ _See code: [src/commands/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/list/index.ts)_
1209
1209
 
1210
1210
  ## `hereya login [URL]`
1211
1211
 
@@ -1234,7 +1234,7 @@ EXAMPLES
1234
1234
  $ hereya login --token=your-token https://cloud.hereya.dev
1235
1235
  ```
1236
1236
 
1237
- _See code: [src/commands/login/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/login/index.ts)_
1237
+ _See code: [src/commands/login/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/login/index.ts)_
1238
1238
 
1239
1239
  ## `hereya logout`
1240
1240
 
@@ -1251,7 +1251,7 @@ EXAMPLES
1251
1251
  $ hereya logout
1252
1252
  ```
1253
1253
 
1254
- _See code: [src/commands/logout/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/logout/index.ts)_
1254
+ _See code: [src/commands/logout/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/logout/index.ts)_
1255
1255
 
1256
1256
  ## `hereya provid PACKAGE`
1257
1257
 
@@ -1279,7 +1279,7 @@ EXAMPLES
1279
1279
  $ hereya provid hereya/postgres --workspace staging
1280
1280
  ```
1281
1281
 
1282
- _See code: [src/commands/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/provid/index.ts)_
1282
+ _See code: [src/commands/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/provid/index.ts)_
1283
1283
 
1284
1284
  ## `hereya publish`
1285
1285
 
@@ -1304,7 +1304,7 @@ EXAMPLES
1304
1304
  $ hereya publish --chdir=/path/to/package
1305
1305
  ```
1306
1306
 
1307
- _See code: [src/commands/publish/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/publish/index.ts)_
1307
+ _See code: [src/commands/publish/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/publish/index.ts)_
1308
1308
 
1309
1309
  ## `hereya remove PACKAGE`
1310
1310
 
@@ -1332,7 +1332,7 @@ EXAMPLES
1332
1332
  $ hereya remove cloudy/docker_postgres
1333
1333
  ```
1334
1334
 
1335
- _See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/remove/index.ts)_
1335
+ _See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/remove/index.ts)_
1336
1336
 
1337
1337
  ## `hereya run CMD`
1338
1338
 
@@ -1361,7 +1361,7 @@ EXAMPLES
1361
1361
  $ hereya run -w uat -- node index.js
1362
1362
  ```
1363
1363
 
1364
- _See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/run/index.ts)_
1364
+ _See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/run/index.ts)_
1365
1365
 
1366
1366
  ## `hereya search QUERY`
1367
1367
 
@@ -1394,7 +1394,7 @@ EXAMPLES
1394
1394
  $ hereya search database --json
1395
1395
  ```
1396
1396
 
1397
- _See code: [src/commands/search/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/search/index.ts)_
1397
+ _See code: [src/commands/search/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/search/index.ts)_
1398
1398
 
1399
1399
  ## `hereya unbootstrap INFRASTRUCTURETYPE`
1400
1400
 
@@ -1419,7 +1419,7 @@ EXAMPLES
1419
1419
  $ hereya unbootstrap local
1420
1420
  ```
1421
1421
 
1422
- _See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/unbootstrap/index.ts)_
1422
+ _See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/unbootstrap/index.ts)_
1423
1423
 
1424
1424
  ## `hereya undeploy`
1425
1425
 
@@ -1448,7 +1448,7 @@ EXAMPLES
1448
1448
  $ hereya undeploy
1449
1449
  ```
1450
1450
 
1451
- _See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/undeploy/index.ts)_
1451
+ _See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/undeploy/index.ts)_
1452
1452
 
1453
1453
  ## `hereya uninit PROJECT`
1454
1454
 
@@ -1476,7 +1476,7 @@ EXAMPLES
1476
1476
  $ hereya uninit myProject -w dev -p prodWorkspace=prod
1477
1477
  ```
1478
1478
 
1479
- _See code: [src/commands/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/uninit/index.ts)_
1479
+ _See code: [src/commands/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/uninit/index.ts)_
1480
1480
 
1481
1481
  ## `hereya up`
1482
1482
 
@@ -1506,7 +1506,7 @@ EXAMPLES
1506
1506
  $ hereya up
1507
1507
  ```
1508
1508
 
1509
- _See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/up/index.ts)_
1509
+ _See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/up/index.ts)_
1510
1510
 
1511
1511
  ## `hereya update [VERSION]`
1512
1512
 
@@ -1528,7 +1528,7 @@ EXAMPLES
1528
1528
  $ hereya update 0.75.0
1529
1529
  ```
1530
1530
 
1531
- _See code: [src/commands/update/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/update/index.ts)_
1531
+ _See code: [src/commands/update/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/update/index.ts)_
1532
1532
 
1533
1533
  ## `hereya workspace create NAME`
1534
1534
 
@@ -1553,7 +1553,7 @@ EXAMPLES
1553
1553
  $ hereya workspace create dev
1554
1554
  ```
1555
1555
 
1556
- _See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/create/index.ts)_
1556
+ _See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/create/index.ts)_
1557
1557
 
1558
1558
  ## `hereya workspace delete NAME`
1559
1559
 
@@ -1573,7 +1573,7 @@ EXAMPLES
1573
1573
  $ hereya workspace delete dev
1574
1574
  ```
1575
1575
 
1576
- _See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/delete/index.ts)_
1576
+ _See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/delete/index.ts)_
1577
1577
 
1578
1578
  ## `hereya workspace env [NAME]`
1579
1579
 
@@ -1599,7 +1599,7 @@ EXAMPLES
1599
1599
  $ hereya workspace env myEnv -w dev
1600
1600
  ```
1601
1601
 
1602
- _See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/env/index.ts)_
1602
+ _See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/env/index.ts)_
1603
1603
 
1604
1604
  ## `hereya workspace env set`
1605
1605
 
@@ -1623,7 +1623,7 @@ EXAMPLES
1623
1623
  $ hereya workspace env set -w my-workspace -n myVar -v my-value -i aws -s
1624
1624
  ```
1625
1625
 
1626
- _See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/env/set/index.ts)_
1626
+ _See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/env/set/index.ts)_
1627
1627
 
1628
1628
  ## `hereya workspace env unset`
1629
1629
 
@@ -1644,7 +1644,7 @@ EXAMPLES
1644
1644
  $ hereya workspace env unset -w my-workspace -n myVar
1645
1645
  ```
1646
1646
 
1647
- _See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/env/unset/index.ts)_
1647
+ _See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/env/unset/index.ts)_
1648
1648
 
1649
1649
  ## `hereya workspace executor install`
1650
1650
 
@@ -1666,7 +1666,7 @@ DESCRIPTION
1666
1666
  Install a remote executor into a workspace
1667
1667
  ```
1668
1668
 
1669
- _See code: [src/commands/workspace/executor/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/executor/install/index.ts)_
1669
+ _See code: [src/commands/workspace/executor/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/executor/install/index.ts)_
1670
1670
 
1671
1671
  ## `hereya workspace executor token`
1672
1672
 
@@ -1686,7 +1686,7 @@ DESCRIPTION
1686
1686
  Generate a workspace-scoped executor token for the remote executor
1687
1687
  ```
1688
1688
 
1689
- _See code: [src/commands/workspace/executor/token/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/executor/token/index.ts)_
1689
+ _See code: [src/commands/workspace/executor/token/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/executor/token/index.ts)_
1690
1690
 
1691
1691
  ## `hereya workspace executor uninstall`
1692
1692
 
@@ -1707,7 +1707,7 @@ DESCRIPTION
1707
1707
  Uninstall the remote executor from a workspace
1708
1708
  ```
1709
1709
 
1710
- _See code: [src/commands/workspace/executor/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/executor/uninstall/index.ts)_
1710
+ _See code: [src/commands/workspace/executor/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/executor/uninstall/index.ts)_
1711
1711
 
1712
1712
  ## `hereya workspace install PACKAGE`
1713
1713
 
@@ -1734,7 +1734,7 @@ EXAMPLES
1734
1734
  $ hereya workspace install hereya/aws-cognito
1735
1735
  ```
1736
1736
 
1737
- _See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/install/index.ts)_
1737
+ _See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/install/index.ts)_
1738
1738
 
1739
1739
  ## `hereya workspace list`
1740
1740
 
@@ -1758,7 +1758,7 @@ EXAMPLES
1758
1758
  $ hereya workspace list --org personal
1759
1759
  ```
1760
1760
 
1761
- _See code: [src/commands/workspace/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/list/index.ts)_
1761
+ _See code: [src/commands/workspace/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/list/index.ts)_
1762
1762
 
1763
1763
  ## `hereya workspace set-profile PROFILE`
1764
1764
 
@@ -1782,7 +1782,7 @@ EXAMPLES
1782
1782
  $ hereya workspace set-profile prod-profile -w production
1783
1783
  ```
1784
1784
 
1785
- _See code: [src/commands/workspace/set-profile/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/set-profile/index.ts)_
1785
+ _See code: [src/commands/workspace/set-profile/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/set-profile/index.ts)_
1786
1786
 
1787
1787
  ## `hereya workspace uninstall PACKAGE`
1788
1788
 
@@ -1809,5 +1809,5 @@ EXAMPLES
1809
1809
  $ hereya workspace uninstall hereya/aws-cognito
1810
1810
  ```
1811
1811
 
1812
- _See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.2/src/commands/workspace/uninstall/index.ts)_
1812
+ _See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.86.3/src/commands/workspace/uninstall/index.ts)_
1813
1813
  <!-- commandsstop -->
@@ -16,17 +16,24 @@ export interface EphemeralTokenContext {
16
16
  /**
17
17
  * Returns the active ephemeral token context, or `undefined` if no
18
18
  * `withEphemeralToken` scope is currently in flight.
19
+ *
20
+ * Falls back to the `HEREYA_EPHEMERAL_TOKEN` env var when no async-local-
21
+ * storage context is set — that's how subprocesses (the credential helper
22
+ * grandchild, etc.) inherit the ephemeral context across process
23
+ * boundaries. The env var is set automatically by `withEphemeralToken`.
19
24
  */
20
25
  export declare function getEphemeralToken(): EphemeralTokenContext | undefined;
21
26
  /**
22
27
  * Run `fn` inside an ephemeral-token scope. While `fn` is executing,
23
- * `getEphemeralToken()` returns the supplied token (and optional cloudUrl).
28
+ * `getEphemeralToken()` returns the supplied token (and optional cloudUrl),
29
+ * and `process.env.HEREYA_EPHEMERAL_TOKEN` is set so subprocesses inherit
30
+ * the same ephemeral context.
24
31
  *
25
32
  * Critical guarantees:
26
33
  * - The token is held in-memory only. It is NEVER passed to the secret
27
34
  * manager or written to disk.
28
35
  * - After `fn` returns or throws, `getEphemeralToken()` returns `undefined`
29
- * again.
36
+ * again and `HEREYA_EPHEMERAL_TOKEN` is restored to its prior value.
30
37
  * - The cached backend in `src/backend/index.ts` is cleared before and after
31
38
  * the scope so that a stale, persisted-credential-backed CloudBackend is
32
39
  * never used while the scope is active, and the scope's in-memory backend