@@ -39,7 +39,7 @@ $ npm install -g @architect-io/cli
39
39
$ architect COMMAND
40
40
running command...
41
41
$ architect (--version)
42
- @architect-io/cli/1.44.0 -rc.4 linux-x64 node-v16.20.2
42
+ @architect-io/cli/1.44.1 -rc.1 linux-x64 node-v16.20.2
43
43
$ architect --help [COMMAND]
44
44
USAGE
45
45
$ architect COMMAND
@@ -143,7 +143,7 @@ EXAMPLES
143
143
$ architect clusters --account=myaccount mycluster
144
144
```
145
145
146
- _ See code: [ src/commands/clusters/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/clusters/index.ts ) _
146
+ _ See code: [ src/commands/clusters/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/clusters/index.ts ) _
147
147
148
148
## ` architect clusters:create [CLUSTER] `
149
149
@@ -178,7 +178,7 @@ EXAMPLES
178
178
$ architect clusters:register --account=myaccount --kubeconfig=~/.kube/config --auto-approve
179
179
```
180
180
181
- _ See code: [ src/commands/clusters/create.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/clusters/create.ts ) _
181
+ _ See code: [ src/commands/clusters/create.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/clusters/create.ts ) _
182
182
183
183
## ` architect clusters:destroy [CLUSTER] `
184
184
@@ -209,7 +209,7 @@ EXAMPLES
209
209
$ architect clusters:deregister --account=myaccount --auto-approve --force architect
210
210
```
211
211
212
- _ See code: [ src/commands/clusters/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/clusters/destroy.ts ) _
212
+ _ See code: [ src/commands/clusters/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/clusters/destroy.ts ) _
213
213
214
214
## ` architect components:versions [COMPONENT_NAME] `
215
215
@@ -235,7 +235,7 @@ EXAMPLES
235
235
$ architect component:versions --account=myaccount mycomponent
236
236
```
237
237
238
- _ See code: [ src/commands/components/versions.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/components/versions.ts ) _
238
+ _ See code: [ src/commands/components/versions.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/components/versions.ts ) _
239
239
240
240
## ` architect config:get OPTION `
241
241
@@ -255,7 +255,7 @@ EXAMPLES
255
255
$ architect config:get log_level
256
256
```
257
257
258
- _ See code: [ src/commands/config/get.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/config/get.ts ) _
258
+ _ See code: [ src/commands/config/get.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/config/get.ts ) _
259
259
260
260
## ` architect config:set OPTION VALUE `
261
261
@@ -276,7 +276,7 @@ EXAMPLES
276
276
$ architect config:set log_level info
277
277
```
278
278
279
- _ See code: [ src/commands/config/set.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/config/set.ts ) _
279
+ _ See code: [ src/commands/config/set.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/config/set.ts ) _
280
280
281
281
## ` architect config:view `
282
282
@@ -296,7 +296,7 @@ EXAMPLES
296
296
$ architect config
297
297
```
298
298
299
- _ See code: [ src/commands/config/view.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/config/view.ts ) _
299
+ _ See code: [ src/commands/config/view.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/config/view.ts ) _
300
300
301
301
## ` architect deploy [CONFIGS_OR_COMPONENTS] `
302
302
@@ -339,7 +339,7 @@ EXAMPLES
339
339
$ architect deploy ./myfolder/architect.yml --secret-file=./mysecrets.yml --environment=myenvironment --account=myaccount --auto-approve
340
340
```
341
341
342
- _ See code: [ src/commands/deploy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/deploy.ts ) _
342
+ _ See code: [ src/commands/deploy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/deploy.ts ) _
343
343
344
344
## ` architect destroy `
345
345
@@ -365,7 +365,7 @@ EXAMPLES
365
365
$ architect destroy --account=myaccount --environment=myenvironment --auto-approve
366
366
```
367
367
368
- _ See code: [ src/commands/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/destroy.ts ) _
368
+ _ See code: [ src/commands/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/destroy.ts ) _
369
369
370
370
## ` architect dev [CONFIGS_OR_COMPONENTS] `
371
371
@@ -410,7 +410,7 @@ EXAMPLES
410
410
$ architect dev --port=1234 --browser=false --debug=true --secret-file=./mycomponent/mysecrets.yml ./mycomponent/architect.yml
411
411
```
412
412
413
- _ See code: [ src/commands/dev/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/dev/index.ts ) _
413
+ _ See code: [ src/commands/dev/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/dev/index.ts ) _
414
414
415
415
## ` architect dev:list `
416
416
@@ -431,7 +431,7 @@ EXAMPLES
431
431
$ architect dev:list
432
432
```
433
433
434
- _ See code: [ src/commands/dev/list.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/dev/list.ts ) _
434
+ _ See code: [ src/commands/dev/list.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/dev/list.ts ) _
435
435
436
436
## ` architect dev:restart [SERVICES] `
437
437
@@ -459,7 +459,7 @@ EXAMPLES
459
459
$ architect dev:restart hello-world.services.api hello-world.services.app
460
460
```
461
461
462
- _ See code: [ src/commands/dev/restart.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/dev/restart.ts ) _
462
+ _ See code: [ src/commands/dev/restart.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/dev/restart.ts ) _
463
463
464
464
## ` architect dev:stop [NAME] `
465
465
@@ -479,7 +479,7 @@ EXAMPLES
479
479
$ architect dev:stop <local-environment-name>
480
480
```
481
481
482
- _ See code: [ src/commands/dev/stop.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/dev/stop.ts ) _
482
+ _ See code: [ src/commands/dev/stop.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/dev/stop.ts ) _
483
483
484
484
## ` architect doctor `
485
485
@@ -501,7 +501,7 @@ EXAMPLES
501
501
$ architect doctor -o ./myoutput.yml
502
502
```
503
503
504
- _ See code: [ src/commands/doctor.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/doctor.ts ) _
504
+ _ See code: [ src/commands/doctor.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/doctor.ts ) _
505
505
506
506
## ` architect environments:create [ENVIRONMENT] `
507
507
@@ -538,7 +538,7 @@ EXAMPLES
538
538
environment:create --account=myaccount --ttl=5days --description="My new temporary Architect environment" myenvironment
539
539
```
540
540
541
- _ See code: [ src/commands/environments/create.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/environments/create.ts ) _
541
+ _ See code: [ src/commands/environments/create.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/environments/create.ts ) _
542
542
543
543
## ` architect environments:destroy [ENVIRONMENT] `
544
544
@@ -572,7 +572,7 @@ EXAMPLES
572
572
$ architect environment:deregister --account=myaccount --auto-approve --force myenvironment
573
573
```
574
574
575
- _ See code: [ src/commands/environments/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/environments/destroy.ts ) _
575
+ _ See code: [ src/commands/environments/destroy.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/environments/destroy.ts ) _
576
576
577
577
## ` architect environments:ingresses [ENVIRONMENT] `
578
578
@@ -597,7 +597,7 @@ ALIASES
597
597
$ architect env:ingresses
598
598
```
599
599
600
- _ See code: [ src/commands/environments/ingresses.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/environments/ingresses.ts ) _
600
+ _ See code: [ src/commands/environments/ingresses.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/environments/ingresses.ts ) _
601
601
602
602
## ` architect exec [RESOURCE] [FLAGS] -- [COMMAND] `
603
603
@@ -630,7 +630,7 @@ EXAMPLES
630
630
$ architect exec --account myaccount --environment myenvironment mycomponent.services.app --replica 0 -- /bin/sh
631
631
```
632
632
633
- _ See code: [ src/commands/exec.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/exec.ts ) _
633
+ _ See code: [ src/commands/exec.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/exec.ts ) _
634
634
635
635
## ` architect help [COMMAND] `
636
636
@@ -680,7 +680,7 @@ EXAMPLES
680
680
$ architect init --from-compose=mycompose.yml --component-file=architect.yml
681
681
```
682
682
683
- _ See code: [ src/commands/init.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/init.ts ) _
683
+ _ See code: [ src/commands/init.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/init.ts ) _
684
684
685
685
## ` architect link [COMPONENTPATH] `
686
686
@@ -702,7 +702,7 @@ EXAMPLES
702
702
$ architect link -p ./mycomponent/architect.yml
703
703
```
704
704
705
- _ See code: [ src/commands/link/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/link/index.ts ) _
705
+ _ See code: [ src/commands/link/index.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/link/index.ts ) _
706
706
707
707
## ` architect link:list `
708
708
@@ -719,7 +719,7 @@ EXAMPLES
719
719
$ architect link:list
720
720
```
721
721
722
- _ See code: [ src/commands/link/list.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/link/list.ts ) _
722
+ _ See code: [ src/commands/link/list.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/link/list.ts ) _
723
723
724
724
## ` architect login `
725
725
@@ -742,7 +742,7 @@ EXAMPLES
742
742
$ architect login -e [email protected]
743
743
```
744
744
745
- _ See code: [ src/commands/login.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/login.ts ) _
745
+ _ See code: [ src/commands/login.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/login.ts ) _
746
746
747
747
## ` architect logout `
748
748
@@ -759,7 +759,7 @@ EXAMPLES
759
759
$ architect logout
760
760
```
761
761
762
- _ See code: [ src/commands/logout.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/logout.ts ) _
762
+ _ See code: [ src/commands/logout.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/logout.ts ) _
763
763
764
764
## ` architect logs [RESOURCE] `
765
765
@@ -794,7 +794,7 @@ EXAMPLES
794
794
$ architect logs --follow --raw --timestamps
795
795
```
796
796
797
- _ See code: [ src/commands/logs.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/logs.ts ) _
797
+ _ See code: [ src/commands/logs.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/logs.ts ) _
798
798
799
799
## ` architect port-forward [RESOURCE] [FLAGS] `
800
800
@@ -829,7 +829,7 @@ EXAMPLES
829
829
$ architect port-forward --address 0.0.0.0 --port 8080
830
830
```
831
831
832
- _ See code: [ src/commands/port-forward.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/port-forward.ts ) _
832
+ _ See code: [ src/commands/port-forward.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/port-forward.ts ) _
833
833
834
834
## ` architect register [COMPONENT] `
835
835
@@ -871,7 +871,7 @@ EXAMPLES
871
871
$ architect register -a myaccount -t latest --arg NODE_ENV=dev ./architect.yml
872
872
```
873
873
874
- _ See code: [ src/commands/register.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/register.ts ) _
874
+ _ See code: [ src/commands/register.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/register.ts ) _
875
875
876
876
## ` architect scale [SERVICE] `
877
877
@@ -902,7 +902,7 @@ EXAMPLES
902
902
$ architect scale api --component my-component --clear
903
903
```
904
904
905
- _ See code: [ src/commands/scale.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/scale.ts ) _
905
+ _ See code: [ src/commands/scale.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/scale.ts ) _
906
906
907
907
## ` architect secrets:download SECRETS_FILE `
908
908
@@ -935,7 +935,7 @@ EXAMPLES
935
935
$ architect secrets --account=myaccount --environment=myenvironment ./mysecrets.yml
936
936
```
937
937
938
- _ See code: [ src/commands/secrets/download.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/secrets/download.ts ) _
938
+ _ See code: [ src/commands/secrets/download.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/secrets/download.ts ) _
939
939
940
940
## ` architect secrets:upload SECRETS_FILE `
941
941
@@ -974,7 +974,7 @@ EXAMPLES
974
974
$ architect secrets:set --account=myaccount --environment=myenvironment --override ./mysecrets.yml
975
975
```
976
976
977
- _ See code: [ src/commands/secrets/upload.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/secrets/upload.ts ) _
977
+ _ See code: [ src/commands/secrets/upload.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/secrets/upload.ts ) _
978
978
979
979
## ` architect task COMPONENT TASK `
980
980
@@ -1004,7 +1004,7 @@ EXAMPLES
1004
1004
$ architect task --account=myaccount --environment=myenvironment mycomponent:latest mytask
1005
1005
```
1006
1006
1007
- _ See code: [ src/commands/task.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/task.ts ) _
1007
+ _ See code: [ src/commands/task.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/task.ts ) _
1008
1008
1009
1009
## ` architect unlink [COMPONENTPATHORNAME] `
1010
1010
@@ -1028,5 +1028,5 @@ EXAMPLES
1028
1028
$ architect unlink -p mycomponent
1029
1029
```
1030
1030
1031
- _ See code: [ src/commands/unlink.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.0 -rc.4 /src/commands/unlink.ts ) _
1031
+ _ See code: [ src/commands/unlink.ts] ( https://github.com/architect-team/architect-cli/blob/v1.44.1 -rc.1 /src/commands/unlink.ts ) _
1032
1032
<!-- commandsstop -->
0 commit comments