diff --git a/README.md b/README.md index 06108f181..e976cb2eb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ npm install -g @architect-io/cli $ architect COMMAND running command... $ architect (--version) -@architect-io/cli/1.40.0-rc.5 linux-x64 node-v16.20.0 +@architect-io/cli/1.40.0-rc.9 linux-x64 node-v16.20.0 $ architect --help [COMMAND] USAGE $ architect COMMAND @@ -143,7 +143,7 @@ EXAMPLES $ architect clusters --account=myaccount mycluster ``` -_See code: [src/commands/clusters/index.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/clusters/index.ts)_ +_See code: [src/commands/clusters/index.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/clusters/index.ts)_ ## `architect clusters:create [CLUSTER]` @@ -178,7 +178,7 @@ EXAMPLES $ architect clusters:register --account=myaccount --kubeconfig=~/.kube/config --auto-approve ``` -_See code: [src/commands/clusters/create.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/clusters/create.ts)_ +_See code: [src/commands/clusters/create.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/clusters/create.ts)_ ## `architect clusters:destroy [CLUSTER]` @@ -209,7 +209,7 @@ EXAMPLES $ architect clusters:deregister --account=myaccount --auto-approve --force architect ``` -_See code: [src/commands/clusters/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/clusters/destroy.ts)_ +_See code: [src/commands/clusters/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/clusters/destroy.ts)_ ## `architect components:versions [COMPONENT_NAME]` @@ -235,7 +235,7 @@ EXAMPLES $ architect component:versions --account=myaccount mycomponent ``` -_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/components/versions.ts)_ +_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/components/versions.ts)_ ## `architect config:get OPTION` @@ -255,7 +255,7 @@ EXAMPLES $ architect config:get log_level ``` -_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/config/get.ts)_ ## `architect config:set OPTION VALUE` @@ -276,7 +276,7 @@ EXAMPLES $ architect config:set log_level info ``` -_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/config/set.ts)_ ## `architect config:view` @@ -296,7 +296,7 @@ EXAMPLES $ architect config ``` -_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/config/view.ts)_ +_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/config/view.ts)_ ## `architect deploy [CONFIGS_OR_COMPONENTS]` @@ -339,7 +339,7 @@ EXAMPLES $ architect deploy ./myfolder/architect.yml --secret-file=./mysecrets.yml --environment=myenvironment --account=myaccount --auto-approve ``` -_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/deploy.ts)_ ## `architect destroy` @@ -365,7 +365,7 @@ EXAMPLES $ architect destroy --account=myaccount --environment=myenvironment --auto-approve ``` -_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/destroy.ts)_ +_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/destroy.ts)_ ## `architect dev [CONFIGS_OR_COMPONENTS]` @@ -394,8 +394,7 @@ FLAGS --debug= [default: true] Turn debug mode on (true) or off (false) --overlay= [default: true] Displays an overlay in the bottom right corner of the screen with quick commands - --port= Port for the gateway. Defaults to 443, or 80 if --ssl=false. Allowed port numbers are 80, - 443, or any port between 1024 and 66535. + --port= Port for the gateway. Defaults to 443. If --ssl=false is set, defaults to 80 instead. --secret-file=... [default: ] Path of secrets file --ssl= [default: true] Use https for all ingresses --wait-timeout= [default: 10m] Time to wait for services to be ready/healthy before detaching. @@ -411,7 +410,7 @@ EXAMPLES $ architect dev --port=1234 --browser=false --debug=true --secret-file=./mycomponent/mysecrets.yml ./mycomponent/architect.yml ``` -_See code: [src/commands/dev/index.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/dev/index.ts)_ +_See code: [src/commands/dev/index.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/dev/index.ts)_ ## `architect dev:list` @@ -432,7 +431,7 @@ EXAMPLES $ architect dev:list ``` -_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/dev/list.ts)_ +_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/dev/list.ts)_ ## `architect dev:restart [SERVICES]` @@ -460,7 +459,7 @@ EXAMPLES $ architect dev:restart hello-world.services.api hello-world.services.app ``` -_See code: [src/commands/dev/restart.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/dev/restart.ts)_ +_See code: [src/commands/dev/restart.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/dev/restart.ts)_ ## `architect dev:stop [NAME]` @@ -480,7 +479,7 @@ EXAMPLES $ architect dev:stop ``` -_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/dev/stop.ts)_ +_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/dev/stop.ts)_ ## `architect doctor` @@ -502,7 +501,7 @@ EXAMPLES $ architect doctor -o ./myoutput.yml ``` -_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.5/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.40.0-rc.9/src/commands/doctor.ts)_ ## `architect environments:create [ENVIRONMENT]` @@ -511,7 +510,7 @@ Register a new environment with Architect Cloud ``` USAGE $ architect environments:create [ENVIRONMENT] [-a ] [--cluster | --platform ] [--description - ] [--ttl ] + ] [--ttl ] [--flag zero-trust] ARGUMENTS ENVIRONMENT Name to give the environment @@ -520,6 +519,8 @@ FLAGS -a, --account= Architect account --cluster= Architect cluster --description= Environment Description + --flag=