Skip to content

Commit

Permalink
chore(release): 1.23.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0-rc.1](v1.22.1-rc.6...v1.23.0-rc.1) (2022-08-15)

### Bug Fixes

* **exec:** no local selection when docker is unavailable ([#662](#662)) ([e3bf33b](e3bf33b))

### Features

* **link:** 473 list linked components ([#658](#658)) ([b40c347](b40c347))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent e3bf33b commit 32502fe
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 40 deletions.
76 changes: 47 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ npm install -g @architect-io/cli
$ architect COMMAND
running command...
$ architect (--version)
@architect-io/cli/1.22.1-rc.5 linux-x64 node-v16.16.0
@architect-io/cli/1.22.1-rc.6 linux-x64 node-v16.16.0
$ architect --help [COMMAND]
USAGE
$ architect COMMAND
Expand Down Expand Up @@ -89,6 +89,7 @@ USAGE
* [`architect help [COMMAND]`](#architect-help-command)
* [`architect init`](#architect-init)
* [`architect link [COMPONENTPATH]`](#architect-link-componentpath)
* [`architect link:list`](#architect-linklist)
* [`architect login`](#architect-login)
* [`architect logout`](#architect-logout)
* [`architect logs [RESOURCE]`](#architect-logs-resource)
Expand Down Expand Up @@ -388,7 +389,7 @@ ALIASES
$ architect component:search
```

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

## `architect components:register [COMPONENT]`

Expand Down Expand Up @@ -486,7 +487,7 @@ ALIASES
$ architect component:version
```

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

## `architect config`

Expand Down Expand Up @@ -518,7 +519,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.1-rc.5/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/config/get.ts)_

## `architect config:set OPTION VALUE`

Expand All @@ -536,7 +537,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.1-rc.5/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/config/set.ts)_

## `architect config:view`

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

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

## `architect deploy [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -587,7 +588,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.1-rc.5/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/deploy.ts)_

## `architect destroy`

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

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

## `architect dev [CONFIGS_OR_COMPONENTS]`

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

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

## `architect doctor`

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

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

## `architect env [QUERY]`

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

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

## `architect environments:create [ENVIRONMENT]`

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

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

## `architect environments:destroy [ENVIRONMENT]`

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

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

## `architect environments:search [QUERY]`

Expand Down Expand Up @@ -1118,7 +1119,7 @@ EXAMPLES
$ architect exec --account architect --environment example example-component.services.app -- /bin/sh
```

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

## `architect help [COMMAND]`

Expand Down Expand Up @@ -1157,7 +1158,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.1-rc.5/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/init.ts)_

## `architect link [COMPONENTPATH]`

Expand All @@ -1167,11 +1168,28 @@ Link a local component to the host to be used to power local deployments.
USAGE
$ architect link [COMPONENTPATH]
ARGUMENTS
COMPONENTPATH [default: .] The path of the component to link
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.1-rc.5/src/commands/link.ts)_
_See code: [src/commands/link/index.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/link/index.ts)_

## `architect link:list`

List all linked components.

```
USAGE
$ architect link:list
DESCRIPTION
List all linked components.
```

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

## `architect login`

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

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

## `architect logout`

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

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

## `architect logs [RESOURCE]`

Expand Down Expand Up @@ -1232,7 +1250,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.1-rc.5/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/logs.ts)_

## `architect platform [QUERY]`

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

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

## `architect platforms:create [PLATFORM]`

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

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

## `architect platforms:deregister [PLATFORM]`

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

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

## `architect platforms:register [PLATFORM]`

Expand Down Expand Up @@ -1528,7 +1546,7 @@ ALIASES
$ architect comp:register
```

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

## `architect secrets SECRETS_FILE`

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

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

## `architect secrets:set SECRETS_FILE`

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

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

## `architect task COMPONENT TASK`

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

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

## `architect task:exec COMPONENT TASK`

Expand Down Expand Up @@ -1716,7 +1734,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.1-rc.5/src/commands/unlink.ts)_
_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.6/src/commands/unlink.ts)_

## `architect validate [CONFIGS_OR_COMPONENTS]`

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

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

## `architect whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-rc.5/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.22.1-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@architect-io/cli",
"description": "Command-line interface for Architect.io",
"version": "1.22.1-rc.6",
"version": "1.23.0-rc.1",
"author": "Architect.io",
"bin": {
"architect": "./bin/run"
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4770,20 +4770,13 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

minimatch@3.0.4, minimatch@^3.0.3:
minimatch@3.0.4, minimatch@^3.0.3, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
dependencies:
brace-expansion "^1.1.7"

minimatch@^3.0.4:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"

minimatch@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
Expand Down

0 comments on commit 32502fe

Please sign in to comment.