-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.34.0](v1.33.2...v1.34.0) (2023-03-07) ### Bug Fixes * **cluster:create:** Make sure a cluster name is unique before creation ([#840](#840)) ([27d14f7](27d14f7)) * **deploy:** Add missing flags from register to deploy ([#849](#849)) ([61c3349](61c3349)) * **dev:restart:** Default --build to true ([#847](#847)) ([dbf8cc0](dbf8cc0)) * **dev:** Update description of environment flag to emphasize it is for local use only ([e9a66c4](e9a66c4)) * **init:** Depends on now supports dictionaries ([#848](#848)) ([30fedca](30fedca)) * **register:** Hard remove old cache directory before renaming ([#846](#846)) ([a9e2720](a9e2720)) * **spec:** Remove parameters ([#808](#808)) ([72cb793](72cb793)) ### Features * **dev:restart:** Add dev:restart command ([#842](#842)) ([93d10cf](93d10cf))
- Loading branch information
1 parent
531a874
commit eb55cbe
Showing
4 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ $ npm install -g @architect-io/cli | |
$ architect COMMAND | ||
running command... | ||
$ architect (--version) | ||
@architect-io/cli/1.34.0-rc.6 linux-x64 node-v16.19.1 | ||
@architect-io/cli/1.34.0-rc.7 linux-x64 node-v16.19.1 | ||
$ architect --help [COMMAND] | ||
USAGE | ||
$ architect COMMAND | ||
|
@@ -133,7 +133,7 @@ EXAMPLES | |
$ architect component:versions --account=myaccount mycomponent | ||
``` | ||
|
||
_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/components/versions.ts)_ | ||
_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/components/versions.ts)_ | ||
|
||
## `architect config:get OPTION` | ||
|
||
|
@@ -153,7 +153,7 @@ EXAMPLES | |
$ architect config:get log_level | ||
``` | ||
|
||
_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/config/get.ts)_ | ||
_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/config/get.ts)_ | ||
|
||
## `architect config:set OPTION VALUE` | ||
|
||
|
@@ -174,7 +174,7 @@ EXAMPLES | |
$ architect config:set log_level info | ||
``` | ||
|
||
_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/config/set.ts)_ | ||
_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/config/set.ts)_ | ||
|
||
## `architect config:view` | ||
|
||
|
@@ -194,7 +194,7 @@ EXAMPLES | |
$ architect config | ||
``` | ||
|
||
_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/config/view.ts)_ | ||
_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/config/view.ts)_ | ||
|
||
## `architect deploy [CONFIGS_OR_COMPONENTS]` | ||
|
||
|
@@ -238,7 +238,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.34.0-rc.6/src/commands/deploy.ts)_ | ||
_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/deploy.ts)_ | ||
|
||
## `architect destroy` | ||
|
||
|
@@ -264,7 +264,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.34.0-rc.6/src/commands/destroy.ts)_ | ||
_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/destroy.ts)_ | ||
|
||
## `architect dev [CONFIGS_OR_COMPONENTS]` | ||
|
||
|
@@ -307,7 +307,7 @@ EXAMPLES | |
$ architect dev --port=81 --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.34.0-rc.6/src/commands/dev/index.ts)_ | ||
_See code: [src/commands/dev/index.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/dev/index.ts)_ | ||
|
||
## `architect dev:list` | ||
|
||
|
@@ -328,7 +328,7 @@ EXAMPLES | |
$ architect dev:list | ||
``` | ||
|
||
_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/dev/list.ts)_ | ||
_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/dev/list.ts)_ | ||
|
||
## `architect dev:restart [SERVICES]` | ||
|
||
|
@@ -356,7 +356,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.34.0-rc.6/src/commands/dev/restart.ts)_ | ||
_See code: [src/commands/dev/restart.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/dev/restart.ts)_ | ||
|
||
## `architect dev:stop [NAME]` | ||
|
||
|
@@ -376,7 +376,7 @@ EXAMPLES | |
$ architect dev:stop <local-environment-name> | ||
``` | ||
|
||
_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/dev/stop.ts)_ | ||
_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/dev/stop.ts)_ | ||
|
||
## `architect doctor` | ||
|
||
|
@@ -398,7 +398,7 @@ EXAMPLES | |
$ architect doctor -o ./myoutput.yml | ||
``` | ||
|
||
_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/doctor.ts)_ | ||
_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/doctor.ts)_ | ||
|
||
## `architect environments:create [ENVIRONMENT]` | ||
|
||
|
@@ -433,7 +433,7 @@ EXAMPLES | |
environment:create --account=myaccount --ttl=5days --description="My new temporary Architect environment" myenvironment | ||
``` | ||
|
||
_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/environments/create.ts)_ | ||
_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/environments/create.ts)_ | ||
|
||
## `architect environments:destroy [ENVIRONMENT]` | ||
|
||
|
@@ -467,7 +467,7 @@ EXAMPLES | |
$ architect environment:deregister --account=myaccount --auto-approve --force myenvironment | ||
``` | ||
|
||
_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/environments/destroy.ts)_ | ||
_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/environments/destroy.ts)_ | ||
|
||
## `architect environments:ingresses [ENVIRONMENT]` | ||
|
||
|
@@ -492,7 +492,7 @@ ALIASES | |
$ architect env:ingresses | ||
``` | ||
|
||
_See code: [src/commands/environments/ingresses.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/environments/ingresses.ts)_ | ||
_See code: [src/commands/environments/ingresses.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/environments/ingresses.ts)_ | ||
|
||
## `architect exec [RESOURCE] [FLAGS] -- [COMMAND]` | ||
|
||
|
@@ -528,7 +528,7 @@ EXAMPLES | |
$ architect exec --account myaccount --environment myenvironment --replica 0 -- /bin/sh | ||
``` | ||
|
||
_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/exec.ts)_ | ||
_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/exec.ts)_ | ||
|
||
## `architect help [COMMAND]` | ||
|
||
|
@@ -578,7 +578,7 @@ EXAMPLES | |
$ architect init --from-compose=mycompose.yml --component-file=architect.yml | ||
``` | ||
|
||
_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/init.ts)_ | ||
_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/init.ts)_ | ||
|
||
## `architect link [COMPONENTPATH]` | ||
|
||
|
@@ -600,7 +600,7 @@ EXAMPLES | |
$ architect link -p ./mycomponent/architect.yml | ||
``` | ||
|
||
_See code: [src/commands/link/index.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/link/index.ts)_ | ||
_See code: [src/commands/link/index.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/link/index.ts)_ | ||
|
||
## `architect link:list` | ||
|
||
|
@@ -617,7 +617,7 @@ EXAMPLES | |
$ architect link:list | ||
``` | ||
|
||
_See code: [src/commands/link/list.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/link/list.ts)_ | ||
_See code: [src/commands/link/list.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/link/list.ts)_ | ||
|
||
## `architect login` | ||
|
||
|
@@ -640,7 +640,7 @@ EXAMPLES | |
$ architect login -e [email protected] | ||
``` | ||
|
||
_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/login.ts)_ | ||
_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/login.ts)_ | ||
|
||
## `architect logout` | ||
|
||
|
@@ -657,7 +657,7 @@ EXAMPLES | |
$ architect logout | ||
``` | ||
|
||
_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/logout.ts)_ | ||
_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/logout.ts)_ | ||
|
||
## `architect logs [RESOURCE]` | ||
|
||
|
@@ -691,7 +691,7 @@ EXAMPLES | |
$ architect logs --follow --raw --timestamps | ||
``` | ||
|
||
_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/logs.ts)_ | ||
_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/logs.ts)_ | ||
|
||
## `architect register [COMPONENT]` | ||
|
||
|
@@ -733,7 +733,7 @@ EXAMPLES | |
$ architect register -a myaccount -t latest --arg NODE_ENV=dev ./architect.yml | ||
``` | ||
|
||
_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/register.ts)_ | ||
_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/register.ts)_ | ||
|
||
## `architect scale [SERVICE]` | ||
|
||
|
@@ -764,7 +764,7 @@ EXAMPLES | |
$ architect scale api --component my-component --clear | ||
``` | ||
|
||
_See code: [src/commands/scale.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/scale.ts)_ | ||
_See code: [src/commands/scale.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/scale.ts)_ | ||
|
||
## `architect secrets:download SECRETS_FILE` | ||
|
||
|
@@ -797,7 +797,7 @@ EXAMPLES | |
$ architect secrets --account=myaccount --environment=myenvironment ./mysecrets.yml | ||
``` | ||
|
||
_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/secrets/download.ts)_ | ||
_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/secrets/download.ts)_ | ||
|
||
## `architect secrets:upload SECRETS_FILE` | ||
|
||
|
@@ -836,7 +836,7 @@ EXAMPLES | |
$ architect secrets:set --account=myaccount --environment=myenvironment --override ./mysecrets.yml | ||
``` | ||
|
||
_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/secrets/upload.ts)_ | ||
_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/secrets/upload.ts)_ | ||
|
||
## `architect task COMPONENT TASK` | ||
|
||
|
@@ -866,7 +866,7 @@ EXAMPLES | |
$ architect task --account=myaccount --environment=myenvironment mycomponent:latest mytask | ||
``` | ||
|
||
_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/task.ts)_ | ||
_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/task.ts)_ | ||
|
||
## `architect unlink [COMPONENTPATHORNAME]` | ||
|
||
|
@@ -890,5 +890,5 @@ EXAMPLES | |
$ architect unlink -p mycomponent | ||
``` | ||
|
||
_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.6/src/commands/unlink.ts)_ | ||
_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.34.0-rc.7/src/commands/unlink.ts)_ | ||
<!-- commandsstop --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters