Skip to content

Commit

Permalink
chore(release): 1.22.0-rc.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0-rc.7](v1.22.0-rc.6...v1.22.0-rc.7) (2022-08-04)

### Features

* **deploy:** Ephemeral component versions ([#642](#642)) ([6d90449](6d90449))
  • Loading branch information
semantic-release-bot committed Aug 4, 2022
1 parent 6d90449 commit f1ca289
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions README.md
Expand Up @@ -39,7 +39,7 @@ $ npm install -g @architect-io/cli
$ architect COMMAND
running command...
$ architect (--version)
@architect-io/cli/1.22.0-rc.5 linux-x64 node-v16.16.0
@architect-io/cli/1.22.0-rc.6 linux-x64 node-v16.16.0
$ architect --help [COMMAND]
USAGE
$ architect COMMAND
Expand Down Expand Up @@ -153,7 +153,7 @@ Register a new Component with Architect Cloud

```
USAGE
$ architect c:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value>] [--architecture <value>]
$ architect c:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value> | ] [--architecture <value>]
[--cache-directory <value>]
ARGUMENTS
Expand Down Expand Up @@ -206,7 +206,7 @@ Register a new Component with Architect Cloud

```
USAGE
$ architect comp:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value>] [--architecture <value>]
$ architect comp:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value> | ] [--architecture <value>]
[--cache-directory <value>]
ARGUMENTS
Expand Down Expand Up @@ -259,7 +259,7 @@ Register a new Component with Architect Cloud

```
USAGE
$ architect component:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value>] [--architecture <value>]
$ architect component:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value> | ] [--architecture <value>]
[--cache-directory <value>]
ARGUMENTS
Expand Down Expand Up @@ -392,15 +392,15 @@ ALIASES
$ architect component:search
```

_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/components/index.ts)_
_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/components/index.ts)_

## `architect components:register [COMPONENT]`

Register a new Component with Architect Cloud

```
USAGE
$ architect components:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value>] [--architecture <value>]
$ architect components:register [COMPONENT] [-a <value>] [--arg <value>] [-t <value> | ] [--architecture <value>]
[--cache-directory <value>]
ARGUMENTS
Expand Down Expand Up @@ -490,7 +490,7 @@ ALIASES
$ architect component:version
```

_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/components/versions.ts)_
_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/components/versions.ts)_

## `architect config`

Expand Down Expand Up @@ -522,7 +522,7 @@ DESCRIPTION
Get the value of a CLI config option
```

_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/config/get.ts)_

## `architect config:set OPTION VALUE`

Expand All @@ -540,7 +540,7 @@ DESCRIPTION
Set a new value for a CLI configuration option
```

_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/config/set.ts)_

## `architect config:view`

Expand All @@ -557,7 +557,7 @@ ALIASES
$ architect config
```

_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/config/view.ts)_
_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/config/view.ts)_

## `architect deploy [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -591,7 +591,7 @@ DESCRIPTION
Create a deploy job on Architect Cloud
```

_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/deploy.ts)_

## `architect destroy`

Expand All @@ -612,7 +612,7 @@ DESCRIPTION
Destroy components from an environment
```

_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/destroy.ts)_
_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/destroy.ts)_

## `architect dev [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -645,7 +645,7 @@ DESCRIPTION
Run your stack locally
```

_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/dev.ts)_
_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/dev.ts)_

## `architect doctor`

Expand All @@ -662,7 +662,7 @@ DESCRIPTION
Get debugging information for troubleshooting
```

_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/doctor.ts)_
_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/doctor.ts)_

## `architect env [QUERY]`

Expand Down Expand Up @@ -902,7 +902,7 @@ ALIASES
$ architect env:search
```

_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/environments/index.ts)_
_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/environments/index.ts)_

## `architect environments:create [ENVIRONMENT]`

Expand Down Expand Up @@ -931,7 +931,7 @@ ALIASES
$ architect env:create
```

_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/environments/create.ts)_
_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/environments/create.ts)_

## `architect environments:destroy [ENVIRONMENT]`

Expand Down Expand Up @@ -960,7 +960,7 @@ ALIASES
$ architect environment:deregister
```

_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/environments/destroy.ts)_
_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/environments/destroy.ts)_

## `architect environments:search [QUERY]`

Expand Down Expand Up @@ -1115,7 +1115,7 @@ DESCRIPTION
Exec into service instances
```

_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/exec.ts)_
_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/exec.ts)_

## `architect help [COMMAND]`

Expand Down Expand Up @@ -1154,7 +1154,7 @@ DESCRIPTION
Initialize an architect component from an existing docker-compose file
```

_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/init.ts)_

## `architect link [COMPONENTPATH]`

Expand All @@ -1168,7 +1168,7 @@ DESCRIPTION
Link a local component to the host to be used to power local deployments.
```

_See code: [src/commands/link.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/link.ts)_
_See code: [src/commands/link.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/link.ts)_

## `architect login`

Expand All @@ -1186,7 +1186,7 @@ DESCRIPTION
Login to the Architect Cloud platform
```

_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/login.ts)_

## `architect logout`

Expand All @@ -1200,7 +1200,7 @@ DESCRIPTION
Logout from the Architect registry
```

_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/logout.ts)_

## `architect logs [RESOURCE]`

Expand Down Expand Up @@ -1229,7 +1229,7 @@ DESCRIPTION
Get logs from services both locally and remote
```

_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/logs.ts)_

## `architect platform [QUERY]`

Expand Down Expand Up @@ -1357,7 +1357,7 @@ ALIASES
$ architect platforms:search
```

_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/platforms/index.ts)_
_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/platforms/index.ts)_

## `architect platforms:create [PLATFORM]`

Expand Down Expand Up @@ -1388,7 +1388,7 @@ ALIASES
$ architect platforms:create
```

_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/platforms/create.ts)_
_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/platforms/create.ts)_

## `architect platforms:deregister [PLATFORM]`

Expand Down Expand Up @@ -1440,7 +1440,7 @@ ALIASES
$ architect platforms:destroy
```

_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/platforms/destroy.ts)_
_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/platforms/destroy.ts)_

## `architect platforms:register [PLATFORM]`

Expand Down Expand Up @@ -1501,7 +1501,7 @@ Register a new Component with Architect Cloud

```
USAGE
$ architect register [COMPONENT] [-a <value>] [--arg <value>] [-t <value>] [--architecture <value>]
$ architect register [COMPONENT] [-a <value>] [--arg <value>] [-t <value> | ] [--architecture <value>]
[--cache-directory <value>]
ARGUMENTS
Expand All @@ -1525,7 +1525,7 @@ ALIASES
$ architect comp:register
```

_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/register.ts)_
_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/register.ts)_

## `architect secrets SECRETS_FILE`

Expand Down Expand Up @@ -1596,7 +1596,7 @@ ALIASES
$ architect secrets/get
```

_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/secrets/download.ts)_
_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/secrets/download.ts)_

## `architect secrets:set SECRETS_FILE`

Expand Down Expand Up @@ -1644,7 +1644,7 @@ ALIASES
$ architect secrets:set
```

_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/secrets/upload.ts)_
_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/secrets/upload.ts)_

## `architect task COMPONENT TASK`

Expand All @@ -1671,7 +1671,7 @@ ALIASES
$ architect task:exec
```

_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/task.ts)_
_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/task.ts)_

## `architect task:exec COMPONENT TASK`

Expand Down Expand Up @@ -1713,7 +1713,7 @@ DESCRIPTION
Unlink a component from the host by path or name
```

_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/unlink.ts)_
_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/unlink.ts)_

## `architect validate [CONFIGS_OR_COMPONENTS]`

Expand All @@ -1738,7 +1738,7 @@ ALIASES
$ architect validate
```

_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/validate.ts)_
_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/validate.ts)_

## `architect whoami`

Expand All @@ -1755,5 +1755,5 @@ ALIASES
$ architect whoami
```

_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.5/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.22.0-rc.6/src/commands/whoami.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@architect-io/cli",
"description": "Command-line interface for Architect.io",
"version": "1.22.0-rc.6",
"version": "1.22.0-rc.7",
"author": "Architect.io",
"bin": {
"architect": "./bin/run"
Expand Down

0 comments on commit f1ca289

Please sign in to comment.