hereya-cli 0.77.3 → 0.77.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 +55 -55
- package/dist/commands/devenv/install/index.js +2 -2
- package/dist/commands/init/index.js +3 -1
- package/oclif.manifest.json +68 -68
- package/package.json +1 -1
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.77.
|
|
24
|
+
hereya-cli/0.77.5 linux-x64 node-v24.14.0
|
|
25
25
|
$ hereya --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ hereya COMMAND
|
|
@@ -118,7 +118,7 @@ EXAMPLES
|
|
|
118
118
|
$ hereya add cloudy/docker_postgres
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
_See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
121
|
+
_See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/add/index.ts)_
|
|
122
122
|
|
|
123
123
|
## `hereya bootstrap INFRASTRUCTURETYPE`
|
|
124
124
|
|
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ hereya bootstrap local
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
146
|
+
_See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/bootstrap/index.ts)_
|
|
147
147
|
|
|
148
148
|
## `hereya config export-backend [FILE]`
|
|
149
149
|
|
|
@@ -165,7 +165,7 @@ EXAMPLES
|
|
|
165
165
|
$ hereya config export-backend ./path/to/export.json
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/config/export-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
168
|
+
_See code: [src/commands/config/export-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/config/export-backend/index.ts)_
|
|
169
169
|
|
|
170
170
|
## `hereya config get-backend`
|
|
171
171
|
|
|
@@ -182,7 +182,7 @@ EXAMPLES
|
|
|
182
182
|
$ hereya config get-backend
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [src/commands/config/get-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
185
|
+
_See code: [src/commands/config/get-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/config/get-backend/index.ts)_
|
|
186
186
|
|
|
187
187
|
## `hereya config import-backend FILE`
|
|
188
188
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ hereya config import-backend ./path/to/cloud-backend.json
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/config/import-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
205
|
+
_See code: [src/commands/config/import-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/config/import-backend/index.ts)_
|
|
206
206
|
|
|
207
207
|
## `hereya config use-backend TYPE`
|
|
208
208
|
|
|
@@ -224,7 +224,7 @@ EXAMPLES
|
|
|
224
224
|
$ hereya config use-backend local
|
|
225
225
|
```
|
|
226
226
|
|
|
227
|
-
_See code: [src/commands/config/use-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
227
|
+
_See code: [src/commands/config/use-backend/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/config/use-backend/index.ts)_
|
|
228
228
|
|
|
229
229
|
## `hereya delete-state`
|
|
230
230
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ hereya delete-state --workspace staging
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/delete-state/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
253
|
+
_See code: [src/commands/delete-state/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/delete-state/index.ts)_
|
|
254
254
|
|
|
255
255
|
## `hereya deploy`
|
|
256
256
|
|
|
@@ -276,7 +276,7 @@ EXAMPLES
|
|
|
276
276
|
$ hereya deploy
|
|
277
277
|
```
|
|
278
278
|
|
|
279
|
-
_See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
279
|
+
_See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/deploy/index.ts)_
|
|
280
280
|
|
|
281
281
|
## `hereya devenv config`
|
|
282
282
|
|
|
@@ -296,7 +296,7 @@ EXAMPLES
|
|
|
296
296
|
$ hereya devenv config -w my-workspace
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/devenv/config/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
299
|
+
_See code: [src/commands/devenv/config/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/config/index.ts)_
|
|
300
300
|
|
|
301
301
|
## `hereya devenv install`
|
|
302
302
|
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
|
321
321
|
$ hereya devenv install -w my-workspace -p instanceType=t3.large
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [src/commands/devenv/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
324
|
+
_See code: [src/commands/devenv/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/install/index.ts)_
|
|
325
325
|
|
|
326
326
|
## `hereya devenv project init PROJECT`
|
|
327
327
|
|
|
@@ -353,7 +353,7 @@ EXAMPLES
|
|
|
353
353
|
$ hereya devenv project init my-app -w my-workspace -t acme/node-starter -p region=us-east-1
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [src/commands/devenv/project/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
356
|
+
_See code: [src/commands/devenv/project/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/project/init/index.ts)_
|
|
357
357
|
|
|
358
358
|
## `hereya devenv project uninit PROJECT`
|
|
359
359
|
|
|
@@ -379,7 +379,7 @@ EXAMPLES
|
|
|
379
379
|
$ hereya devenv project uninit my-app -w my-workspace --force
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/devenv/project/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
382
|
+
_See code: [src/commands/devenv/project/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/project/uninit/index.ts)_
|
|
383
383
|
|
|
384
384
|
## `hereya devenv ssh`
|
|
385
385
|
|
|
@@ -399,7 +399,7 @@ EXAMPLES
|
|
|
399
399
|
$ hereya devenv ssh -w my-workspace
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [src/commands/devenv/ssh/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
402
|
+
_See code: [src/commands/devenv/ssh/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/ssh/index.ts)_
|
|
403
403
|
|
|
404
404
|
## `hereya devenv uninstall`
|
|
405
405
|
|
|
@@ -420,7 +420,7 @@ EXAMPLES
|
|
|
420
420
|
$ hereya devenv uninstall -w my-workspace
|
|
421
421
|
```
|
|
422
422
|
|
|
423
|
-
_See code: [src/commands/devenv/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
423
|
+
_See code: [src/commands/devenv/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/devenv/uninstall/index.ts)_
|
|
424
424
|
|
|
425
425
|
## `hereya doc PACKAGE`
|
|
426
426
|
|
|
@@ -453,7 +453,7 @@ EXAMPLES
|
|
|
453
453
|
$ hereya doc my-package --no-doc
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [src/commands/doc/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
456
|
+
_See code: [src/commands/doc/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/doc/index.ts)_
|
|
457
457
|
|
|
458
458
|
## `hereya docker run IMAGE`
|
|
459
459
|
|
|
@@ -484,7 +484,7 @@ EXAMPLES
|
|
|
484
484
|
$ hereya docker run myapp:latest -- --rm -v ./data:/data
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
487
|
+
_See code: [src/commands/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/docker/run/index.ts)_
|
|
488
488
|
|
|
489
489
|
## `hereya down`
|
|
490
490
|
|
|
@@ -511,7 +511,7 @@ EXAMPLES
|
|
|
511
511
|
$ hereya down
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
514
|
+
_See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/down/index.ts)_
|
|
515
515
|
|
|
516
516
|
## `hereya env [NAME]`
|
|
517
517
|
|
|
@@ -542,7 +542,7 @@ EXAMPLES
|
|
|
542
542
|
$ hereya env -w dev -l
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
545
|
+
_See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/env/index.ts)_
|
|
546
546
|
|
|
547
547
|
## `hereya env set [NAME]`
|
|
548
548
|
|
|
@@ -569,7 +569,7 @@ EXAMPLES
|
|
|
569
569
|
$ hereya env set FOO -v bar -w dev
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
572
|
+
_See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/env/set/index.ts)_
|
|
573
573
|
|
|
574
574
|
## `hereya executor start`
|
|
575
575
|
|
|
@@ -602,7 +602,7 @@ EXAMPLES
|
|
|
602
602
|
HEREYA_TOKEN=<token> HEREYA_CLOUD_URL=https://my-cloud.example.com hereya executor start -w my-workspace
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/executor/start/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
605
|
+
_See code: [src/commands/executor/start/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/executor/start/index.ts)_
|
|
606
606
|
|
|
607
607
|
## `hereya flow add PACKAGE`
|
|
608
608
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ hereya flow add cloudy/docker_postgres -p DB_NAME=mydb -p DB_USER=admin
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/flow/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
643
|
+
_See code: [src/commands/flow/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/add/index.ts)_
|
|
644
644
|
|
|
645
645
|
## `hereya flow docker run IMAGE`
|
|
646
646
|
|
|
@@ -670,7 +670,7 @@ EXAMPLES
|
|
|
670
670
|
$ hereya flow docker run --pin myapp:latest -- --rm
|
|
671
671
|
```
|
|
672
672
|
|
|
673
|
-
_See code: [src/commands/flow/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
673
|
+
_See code: [src/commands/flow/docker/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/docker/run/index.ts)_
|
|
674
674
|
|
|
675
675
|
## `hereya flow down`
|
|
676
676
|
|
|
@@ -704,7 +704,7 @@ EXAMPLES
|
|
|
704
704
|
$ hereya flow down --pin
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/flow/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
707
|
+
_See code: [src/commands/flow/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/down/index.ts)_
|
|
708
708
|
|
|
709
709
|
## `hereya flow env [NAME]`
|
|
710
710
|
|
|
@@ -738,7 +738,7 @@ EXAMPLES
|
|
|
738
738
|
$ hereya flow env -l
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [src/commands/flow/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
741
|
+
_See code: [src/commands/flow/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/env/index.ts)_
|
|
742
742
|
|
|
743
743
|
## `hereya flow provid PACKAGE`
|
|
744
744
|
|
|
@@ -767,7 +767,7 @@ EXAMPLES
|
|
|
767
767
|
$ hereya flow provid hereya/postgres --pin
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/flow/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
770
|
+
_See code: [src/commands/flow/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/provid/index.ts)_
|
|
771
771
|
|
|
772
772
|
## `hereya flow remove PACKAGE`
|
|
773
773
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
$ hereya flow remove cloudy/docker_postgres --profile staging
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [src/commands/flow/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
800
|
+
_See code: [src/commands/flow/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/remove/index.ts)_
|
|
801
801
|
|
|
802
802
|
## `hereya flow run CMD`
|
|
803
803
|
|
|
@@ -826,7 +826,7 @@ EXAMPLES
|
|
|
826
826
|
$ hereya flow run --pin -- npm test
|
|
827
827
|
```
|
|
828
828
|
|
|
829
|
-
_See code: [src/commands/flow/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
829
|
+
_See code: [src/commands/flow/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/run/index.ts)_
|
|
830
830
|
|
|
831
831
|
## `hereya flow up`
|
|
832
832
|
|
|
@@ -860,7 +860,7 @@ EXAMPLES
|
|
|
860
860
|
$ hereya flow up --pin
|
|
861
861
|
```
|
|
862
862
|
|
|
863
|
-
_See code: [src/commands/flow/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
863
|
+
_See code: [src/commands/flow/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/flow/up/index.ts)_
|
|
864
864
|
|
|
865
865
|
## `hereya help [COMMAND]`
|
|
866
866
|
|
|
@@ -917,7 +917,7 @@ EXAMPLES
|
|
|
917
917
|
$ hereya import org/my-package -f state.tfstate -w my-workspace
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [src/commands/import/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
920
|
+
_See code: [src/commands/import/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/import/index.ts)_
|
|
921
921
|
|
|
922
922
|
## `hereya init PROJECT`
|
|
923
923
|
|
|
@@ -951,7 +951,7 @@ EXAMPLES
|
|
|
951
951
|
$ hereya init myProject -w=dev -t=acme/node-starter -d=prod -p region=us-east-1
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
954
|
+
_See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/init/index.ts)_
|
|
955
955
|
|
|
956
956
|
## `hereya login [URL]`
|
|
957
957
|
|
|
@@ -980,7 +980,7 @@ EXAMPLES
|
|
|
980
980
|
$ hereya login --token=your-token https://cloud.hereya.dev
|
|
981
981
|
```
|
|
982
982
|
|
|
983
|
-
_See code: [src/commands/login/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
983
|
+
_See code: [src/commands/login/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/login/index.ts)_
|
|
984
984
|
|
|
985
985
|
## `hereya logout`
|
|
986
986
|
|
|
@@ -997,7 +997,7 @@ EXAMPLES
|
|
|
997
997
|
$ hereya logout
|
|
998
998
|
```
|
|
999
999
|
|
|
1000
|
-
_See code: [src/commands/logout/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1000
|
+
_See code: [src/commands/logout/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/logout/index.ts)_
|
|
1001
1001
|
|
|
1002
1002
|
## `hereya provid PACKAGE`
|
|
1003
1003
|
|
|
@@ -1025,7 +1025,7 @@ EXAMPLES
|
|
|
1025
1025
|
$ hereya provid hereya/postgres --workspace staging
|
|
1026
1026
|
```
|
|
1027
1027
|
|
|
1028
|
-
_See code: [src/commands/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1028
|
+
_See code: [src/commands/provid/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/provid/index.ts)_
|
|
1029
1029
|
|
|
1030
1030
|
## `hereya publish`
|
|
1031
1031
|
|
|
@@ -1048,7 +1048,7 @@ EXAMPLES
|
|
|
1048
1048
|
$ hereya publish --chdir=/path/to/package
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/publish/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1051
|
+
_See code: [src/commands/publish/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/publish/index.ts)_
|
|
1052
1052
|
|
|
1053
1053
|
## `hereya remove PACKAGE`
|
|
1054
1054
|
|
|
@@ -1076,7 +1076,7 @@ EXAMPLES
|
|
|
1076
1076
|
$ hereya remove cloudy/docker_postgres
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1079
|
+
_See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/remove/index.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `hereya run CMD`
|
|
1082
1082
|
|
|
@@ -1102,7 +1102,7 @@ EXAMPLES
|
|
|
1102
1102
|
$ hereya run -w uat -- node index.js
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1105
|
+
_See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/run/index.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `hereya search QUERY`
|
|
1108
1108
|
|
|
@@ -1133,7 +1133,7 @@ EXAMPLES
|
|
|
1133
1133
|
$ hereya search database --json
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [src/commands/search/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1136
|
+
_See code: [src/commands/search/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/search/index.ts)_
|
|
1137
1137
|
|
|
1138
1138
|
## `hereya unbootstrap INFRASTRUCTURETYPE`
|
|
1139
1139
|
|
|
@@ -1158,7 +1158,7 @@ EXAMPLES
|
|
|
1158
1158
|
$ hereya unbootstrap local
|
|
1159
1159
|
```
|
|
1160
1160
|
|
|
1161
|
-
_See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1161
|
+
_See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/unbootstrap/index.ts)_
|
|
1162
1162
|
|
|
1163
1163
|
## `hereya undeploy`
|
|
1164
1164
|
|
|
@@ -1184,7 +1184,7 @@ EXAMPLES
|
|
|
1184
1184
|
$ hereya undeploy
|
|
1185
1185
|
```
|
|
1186
1186
|
|
|
1187
|
-
_See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1187
|
+
_See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/undeploy/index.ts)_
|
|
1188
1188
|
|
|
1189
1189
|
## `hereya uninit PROJECT`
|
|
1190
1190
|
|
|
@@ -1212,7 +1212,7 @@ EXAMPLES
|
|
|
1212
1212
|
$ hereya uninit myProject -w dev -p prodWorkspace=prod
|
|
1213
1213
|
```
|
|
1214
1214
|
|
|
1215
|
-
_See code: [src/commands/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1215
|
+
_See code: [src/commands/uninit/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/uninit/index.ts)_
|
|
1216
1216
|
|
|
1217
1217
|
## `hereya up`
|
|
1218
1218
|
|
|
@@ -1239,7 +1239,7 @@ EXAMPLES
|
|
|
1239
1239
|
$ hereya up
|
|
1240
1240
|
```
|
|
1241
1241
|
|
|
1242
|
-
_See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1242
|
+
_See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/up/index.ts)_
|
|
1243
1243
|
|
|
1244
1244
|
## `hereya update [VERSION]`
|
|
1245
1245
|
|
|
@@ -1261,7 +1261,7 @@ EXAMPLES
|
|
|
1261
1261
|
$ hereya update 0.75.0
|
|
1262
1262
|
```
|
|
1263
1263
|
|
|
1264
|
-
_See code: [src/commands/update/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1264
|
+
_See code: [src/commands/update/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/update/index.ts)_
|
|
1265
1265
|
|
|
1266
1266
|
## `hereya workspace create NAME`
|
|
1267
1267
|
|
|
@@ -1286,7 +1286,7 @@ EXAMPLES
|
|
|
1286
1286
|
$ hereya workspace create dev
|
|
1287
1287
|
```
|
|
1288
1288
|
|
|
1289
|
-
_See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1289
|
+
_See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/create/index.ts)_
|
|
1290
1290
|
|
|
1291
1291
|
## `hereya workspace delete NAME`
|
|
1292
1292
|
|
|
@@ -1306,7 +1306,7 @@ EXAMPLES
|
|
|
1306
1306
|
$ hereya workspace delete dev
|
|
1307
1307
|
```
|
|
1308
1308
|
|
|
1309
|
-
_See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1309
|
+
_See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/delete/index.ts)_
|
|
1310
1310
|
|
|
1311
1311
|
## `hereya workspace env [NAME]`
|
|
1312
1312
|
|
|
@@ -1332,7 +1332,7 @@ EXAMPLES
|
|
|
1332
1332
|
$ hereya workspace env myEnv -w dev
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1335
|
+
_See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/env/index.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `hereya workspace env set`
|
|
1338
1338
|
|
|
@@ -1356,7 +1356,7 @@ EXAMPLES
|
|
|
1356
1356
|
$ hereya workspace env set -w my-workspace -n myVar -v my-value -i aws -s
|
|
1357
1357
|
```
|
|
1358
1358
|
|
|
1359
|
-
_See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1359
|
+
_See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/env/set/index.ts)_
|
|
1360
1360
|
|
|
1361
1361
|
## `hereya workspace env unset`
|
|
1362
1362
|
|
|
@@ -1377,7 +1377,7 @@ EXAMPLES
|
|
|
1377
1377
|
$ hereya workspace env unset -w my-workspace -n myVar
|
|
1378
1378
|
```
|
|
1379
1379
|
|
|
1380
|
-
_See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1380
|
+
_See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/env/unset/index.ts)_
|
|
1381
1381
|
|
|
1382
1382
|
## `hereya workspace executor install`
|
|
1383
1383
|
|
|
@@ -1396,7 +1396,7 @@ DESCRIPTION
|
|
|
1396
1396
|
Install a remote executor into a workspace
|
|
1397
1397
|
```
|
|
1398
1398
|
|
|
1399
|
-
_See code: [src/commands/workspace/executor/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1399
|
+
_See code: [src/commands/workspace/executor/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/executor/install/index.ts)_
|
|
1400
1400
|
|
|
1401
1401
|
## `hereya workspace executor token`
|
|
1402
1402
|
|
|
@@ -1413,7 +1413,7 @@ DESCRIPTION
|
|
|
1413
1413
|
Generate a workspace-scoped executor token for the remote executor
|
|
1414
1414
|
```
|
|
1415
1415
|
|
|
1416
|
-
_See code: [src/commands/workspace/executor/token/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1416
|
+
_See code: [src/commands/workspace/executor/token/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/executor/token/index.ts)_
|
|
1417
1417
|
|
|
1418
1418
|
## `hereya workspace executor uninstall`
|
|
1419
1419
|
|
|
@@ -1431,7 +1431,7 @@ DESCRIPTION
|
|
|
1431
1431
|
Uninstall the remote executor from a workspace
|
|
1432
1432
|
```
|
|
1433
1433
|
|
|
1434
|
-
_See code: [src/commands/workspace/executor/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1434
|
+
_See code: [src/commands/workspace/executor/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/executor/uninstall/index.ts)_
|
|
1435
1435
|
|
|
1436
1436
|
## `hereya workspace install PACKAGE`
|
|
1437
1437
|
|
|
@@ -1458,7 +1458,7 @@ EXAMPLES
|
|
|
1458
1458
|
$ hereya workspace install hereya/aws-cognito
|
|
1459
1459
|
```
|
|
1460
1460
|
|
|
1461
|
-
_See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1461
|
+
_See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/install/index.ts)_
|
|
1462
1462
|
|
|
1463
1463
|
## `hereya workspace list`
|
|
1464
1464
|
|
|
@@ -1482,7 +1482,7 @@ EXAMPLES
|
|
|
1482
1482
|
$ hereya workspace list --org personal
|
|
1483
1483
|
```
|
|
1484
1484
|
|
|
1485
|
-
_See code: [src/commands/workspace/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1485
|
+
_See code: [src/commands/workspace/list/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/list/index.ts)_
|
|
1486
1486
|
|
|
1487
1487
|
## `hereya workspace set-profile PROFILE`
|
|
1488
1488
|
|
|
@@ -1506,7 +1506,7 @@ EXAMPLES
|
|
|
1506
1506
|
$ hereya workspace set-profile prod-profile -w production
|
|
1507
1507
|
```
|
|
1508
1508
|
|
|
1509
|
-
_See code: [src/commands/workspace/set-profile/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1509
|
+
_See code: [src/commands/workspace/set-profile/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/set-profile/index.ts)_
|
|
1510
1510
|
|
|
1511
1511
|
## `hereya workspace uninstall PACKAGE`
|
|
1512
1512
|
|
|
@@ -1533,5 +1533,5 @@ EXAMPLES
|
|
|
1533
1533
|
$ hereya workspace uninstall hereya/aws-cognito
|
|
1534
1534
|
```
|
|
1535
1535
|
|
|
1536
|
-
_See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.
|
|
1536
|
+
_See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.77.5/src/commands/workspace/uninstall/index.ts)_
|
|
1537
1537
|
<!-- commandsstop -->
|
|
@@ -80,7 +80,7 @@ export default class DevenvInstall extends Command {
|
|
|
80
80
|
async task(ctx) {
|
|
81
81
|
const token = await hereyaTokenUtils.generateHereyaToken(`Dev environment: ${flags.workspace}`);
|
|
82
82
|
if (token) {
|
|
83
|
-
ctx.
|
|
83
|
+
ctx.tokenParams = { hereyaCloudUrl: token.cloudUrl, hereyaToken: token.token };
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
title: 'Generating Hereya token for dev environment',
|
|
@@ -98,7 +98,7 @@ export default class DevenvInstall extends Command {
|
|
|
98
98
|
const provisionOutput = await executor.provision({
|
|
99
99
|
logger: getLogger(task),
|
|
100
100
|
package: pkg,
|
|
101
|
-
parameters: ctx.parameters,
|
|
101
|
+
parameters: { ...ctx.parameters, ...ctx.tokenParams },
|
|
102
102
|
workspace: flags.workspace,
|
|
103
103
|
});
|
|
104
104
|
if (!provisionOutput.success) {
|
|
@@ -148,11 +148,13 @@ export default class Init extends Command {
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
async task(ctx) {
|
|
151
|
+
const configManager = getConfigManager();
|
|
152
|
+
const existing = await configManager.loadConfig({ projectRootDir: targetDir });
|
|
151
153
|
const config = {
|
|
154
|
+
...(existing.found ? existing.config : {}),
|
|
152
155
|
project: ctx.initOutput.project.name,
|
|
153
156
|
workspace: ctx.initOutput.workspace.name,
|
|
154
157
|
};
|
|
155
|
-
const configManager = getConfigManager();
|
|
156
158
|
await configManager.saveConfig({ config, projectRootDir: targetDir });
|
|
157
159
|
await gitUtils.setupCredentialHelper({ hereyaBinPath: process.argv[1], projectDir: targetDir });
|
|
158
160
|
const backend = await getBackend();
|
package/oclif.manifest.json
CHANGED
|
@@ -130,13 +130,12 @@
|
|
|
130
130
|
"index.js"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
|
-
"
|
|
133
|
+
"deploy": {
|
|
134
134
|
"aliases": [],
|
|
135
135
|
"args": {},
|
|
136
|
-
"description": "
|
|
136
|
+
"description": "Deploy a hereya project using the project deployment package",
|
|
137
137
|
"examples": [
|
|
138
|
-
"<%= config.bin %> <%= command.id %>
|
|
139
|
-
"<%= config.bin %> <%= command.id %> --workspace staging"
|
|
138
|
+
"<%= config.bin %> <%= command.id %>"
|
|
140
139
|
],
|
|
141
140
|
"flags": {
|
|
142
141
|
"chdir": {
|
|
@@ -147,9 +146,21 @@
|
|
|
147
146
|
"multiple": false,
|
|
148
147
|
"type": "option"
|
|
149
148
|
},
|
|
149
|
+
"debug": {
|
|
150
|
+
"description": "enable debug mode",
|
|
151
|
+
"name": "debug",
|
|
152
|
+
"allowNo": false,
|
|
153
|
+
"type": "boolean"
|
|
154
|
+
},
|
|
155
|
+
"local": {
|
|
156
|
+
"description": "force local execution (skip remote executor)",
|
|
157
|
+
"name": "local",
|
|
158
|
+
"allowNo": false,
|
|
159
|
+
"type": "boolean"
|
|
160
|
+
},
|
|
150
161
|
"workspace": {
|
|
151
162
|
"char": "w",
|
|
152
|
-
"description": "workspace
|
|
163
|
+
"description": "name of the workspace to deploy the packages for",
|
|
153
164
|
"name": "workspace",
|
|
154
165
|
"required": true,
|
|
155
166
|
"hasDynamicHelp": false,
|
|
@@ -159,7 +170,7 @@
|
|
|
159
170
|
},
|
|
160
171
|
"hasDynamicHelp": false,
|
|
161
172
|
"hiddenAliases": [],
|
|
162
|
-
"id": "
|
|
173
|
+
"id": "deploy",
|
|
163
174
|
"pluginAlias": "hereya-cli",
|
|
164
175
|
"pluginName": "hereya-cli",
|
|
165
176
|
"pluginType": "core",
|
|
@@ -169,16 +180,17 @@
|
|
|
169
180
|
"relativePath": [
|
|
170
181
|
"dist",
|
|
171
182
|
"commands",
|
|
172
|
-
"
|
|
183
|
+
"deploy",
|
|
173
184
|
"index.js"
|
|
174
185
|
]
|
|
175
186
|
},
|
|
176
|
-
"
|
|
187
|
+
"delete-state": {
|
|
177
188
|
"aliases": [],
|
|
178
189
|
"args": {},
|
|
179
|
-
"description": "
|
|
190
|
+
"description": "Delete the remote state of a project for a given workspace",
|
|
180
191
|
"examples": [
|
|
181
|
-
"<%= config.bin %> <%= command.id %>"
|
|
192
|
+
"<%= config.bin %> <%= command.id %> -w dev",
|
|
193
|
+
"<%= config.bin %> <%= command.id %> --workspace staging"
|
|
182
194
|
],
|
|
183
195
|
"flags": {
|
|
184
196
|
"chdir": {
|
|
@@ -189,21 +201,9 @@
|
|
|
189
201
|
"multiple": false,
|
|
190
202
|
"type": "option"
|
|
191
203
|
},
|
|
192
|
-
"debug": {
|
|
193
|
-
"description": "enable debug mode",
|
|
194
|
-
"name": "debug",
|
|
195
|
-
"allowNo": false,
|
|
196
|
-
"type": "boolean"
|
|
197
|
-
},
|
|
198
|
-
"local": {
|
|
199
|
-
"description": "force local execution (skip remote executor)",
|
|
200
|
-
"name": "local",
|
|
201
|
-
"allowNo": false,
|
|
202
|
-
"type": "boolean"
|
|
203
|
-
},
|
|
204
204
|
"workspace": {
|
|
205
205
|
"char": "w",
|
|
206
|
-
"description": "
|
|
206
|
+
"description": "workspace name",
|
|
207
207
|
"name": "workspace",
|
|
208
208
|
"required": true,
|
|
209
209
|
"hasDynamicHelp": false,
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
"hasDynamicHelp": false,
|
|
215
215
|
"hiddenAliases": [],
|
|
216
|
-
"id": "
|
|
216
|
+
"id": "delete-state",
|
|
217
217
|
"pluginAlias": "hereya-cli",
|
|
218
218
|
"pluginName": "hereya-cli",
|
|
219
219
|
"pluginType": "core",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"relativePath": [
|
|
224
224
|
"dist",
|
|
225
225
|
"commands",
|
|
226
|
-
"
|
|
226
|
+
"delete-state",
|
|
227
227
|
"index.js"
|
|
228
228
|
]
|
|
229
229
|
},
|
|
@@ -913,41 +913,37 @@
|
|
|
913
913
|
"index.js"
|
|
914
914
|
]
|
|
915
915
|
},
|
|
916
|
-
"
|
|
916
|
+
"undeploy": {
|
|
917
917
|
"aliases": [],
|
|
918
|
-
"args": {
|
|
919
|
-
|
|
920
|
-
"description": "project name",
|
|
921
|
-
"name": "project",
|
|
922
|
-
"required": true
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"description": "Destroy template infrastructure and uninitialize a project.",
|
|
918
|
+
"args": {},
|
|
919
|
+
"description": "Undeploy a hereya project by removing all resources.",
|
|
926
920
|
"examples": [
|
|
927
|
-
"<%= config.bin %> <%= command.id %>
|
|
928
|
-
"<%= config.bin %> <%= command.id %> myProject -w dev -p prodWorkspace=prod"
|
|
921
|
+
"<%= config.bin %> <%= command.id %>"
|
|
929
922
|
],
|
|
930
923
|
"flags": {
|
|
931
924
|
"chdir": {
|
|
932
|
-
"description": "
|
|
925
|
+
"description": "\n Directory where the command will be executed.\n If not specified, it defaults to the current working directory.\n Alternatively, you can define the project root by setting the HEREYA_PROJECT_ROOT_DIR environment variable.\n ",
|
|
933
926
|
"name": "chdir",
|
|
934
927
|
"required": false,
|
|
935
928
|
"hasDynamicHelp": false,
|
|
936
929
|
"multiple": false,
|
|
937
930
|
"type": "option"
|
|
938
931
|
},
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
"
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
"
|
|
932
|
+
"debug": {
|
|
933
|
+
"description": "enable debug mode",
|
|
934
|
+
"name": "debug",
|
|
935
|
+
"allowNo": false,
|
|
936
|
+
"type": "boolean"
|
|
937
|
+
},
|
|
938
|
+
"local": {
|
|
939
|
+
"description": "force local execution (skip remote executor)",
|
|
940
|
+
"name": "local",
|
|
941
|
+
"allowNo": false,
|
|
942
|
+
"type": "boolean"
|
|
947
943
|
},
|
|
948
944
|
"workspace": {
|
|
949
945
|
"char": "w",
|
|
950
|
-
"description": "workspace
|
|
946
|
+
"description": "name of the workspace to undeploy the packages for",
|
|
951
947
|
"name": "workspace",
|
|
952
948
|
"required": true,
|
|
953
949
|
"hasDynamicHelp": false,
|
|
@@ -957,7 +953,7 @@
|
|
|
957
953
|
},
|
|
958
954
|
"hasDynamicHelp": false,
|
|
959
955
|
"hiddenAliases": [],
|
|
960
|
-
"id": "
|
|
956
|
+
"id": "undeploy",
|
|
961
957
|
"pluginAlias": "hereya-cli",
|
|
962
958
|
"pluginName": "hereya-cli",
|
|
963
959
|
"pluginType": "core",
|
|
@@ -967,41 +963,45 @@
|
|
|
967
963
|
"relativePath": [
|
|
968
964
|
"dist",
|
|
969
965
|
"commands",
|
|
970
|
-
"
|
|
966
|
+
"undeploy",
|
|
971
967
|
"index.js"
|
|
972
968
|
]
|
|
973
969
|
},
|
|
974
|
-
"
|
|
970
|
+
"uninit": {
|
|
975
971
|
"aliases": [],
|
|
976
|
-
"args": {
|
|
977
|
-
|
|
972
|
+
"args": {
|
|
973
|
+
"project": {
|
|
974
|
+
"description": "project name",
|
|
975
|
+
"name": "project",
|
|
976
|
+
"required": true
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"description": "Destroy template infrastructure and uninitialize a project.",
|
|
978
980
|
"examples": [
|
|
979
|
-
"<%= config.bin %> <%= command.id %>"
|
|
981
|
+
"<%= config.bin %> <%= command.id %> myProject -w dev",
|
|
982
|
+
"<%= config.bin %> <%= command.id %> myProject -w dev -p prodWorkspace=prod"
|
|
980
983
|
],
|
|
981
984
|
"flags": {
|
|
982
985
|
"chdir": {
|
|
983
|
-
"description": "
|
|
986
|
+
"description": "directory to run command in",
|
|
984
987
|
"name": "chdir",
|
|
985
988
|
"required": false,
|
|
986
989
|
"hasDynamicHelp": false,
|
|
987
990
|
"multiple": false,
|
|
988
991
|
"type": "option"
|
|
989
992
|
},
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
"
|
|
998
|
-
"name": "local",
|
|
999
|
-
"allowNo": false,
|
|
1000
|
-
"type": "boolean"
|
|
993
|
+
"parameter": {
|
|
994
|
+
"char": "p",
|
|
995
|
+
"description": "parameter for the template, in the form of 'key=value'. Overrides saved parameters.",
|
|
996
|
+
"name": "parameter",
|
|
997
|
+
"default": [],
|
|
998
|
+
"hasDynamicHelp": false,
|
|
999
|
+
"multiple": true,
|
|
1000
|
+
"type": "option"
|
|
1001
1001
|
},
|
|
1002
1002
|
"workspace": {
|
|
1003
1003
|
"char": "w",
|
|
1004
|
-
"description": "
|
|
1004
|
+
"description": "workspace used during init",
|
|
1005
1005
|
"name": "workspace",
|
|
1006
1006
|
"required": true,
|
|
1007
1007
|
"hasDynamicHelp": false,
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
},
|
|
1012
1012
|
"hasDynamicHelp": false,
|
|
1013
1013
|
"hiddenAliases": [],
|
|
1014
|
-
"id": "
|
|
1014
|
+
"id": "uninit",
|
|
1015
1015
|
"pluginAlias": "hereya-cli",
|
|
1016
1016
|
"pluginName": "hereya-cli",
|
|
1017
1017
|
"pluginType": "core",
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"relativePath": [
|
|
1022
1022
|
"dist",
|
|
1023
1023
|
"commands",
|
|
1024
|
-
"
|
|
1024
|
+
"uninit",
|
|
1025
1025
|
"index.js"
|
|
1026
1026
|
]
|
|
1027
1027
|
},
|
|
@@ -2817,5 +2817,5 @@
|
|
|
2817
2817
|
]
|
|
2818
2818
|
}
|
|
2819
2819
|
},
|
|
2820
|
-
"version": "0.77.
|
|
2820
|
+
"version": "0.77.5"
|
|
2821
2821
|
}
|