From cf7f6c65fa37360fedd910d531f5ae8c3b23d1f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Jul 2022 15:17:27 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/architect-team/architect-cli/compare/v1.18.2...v1.19.0) (2022-07-12) ### Bug Fixes * **analytics:** Fixed crash when docker context could not be found ([0a652ed](https://github.com/architect-team/architect-cli/commit/0a652ed06ff3b4c7b0a3c903fcec155ae7d2159d)) * **register:** Improve cache mechanism when registering components ([1289b7c](https://github.com/architect-team/architect-cli/commit/1289b7cf0888a267afcc10f03f3241de27e2377e)) ### Features * **analytics:** Improve analytics on error ([98cdb62](https://github.com/architect-team/architect-cli/commit/98cdb620af78d5cc31fff16debd89cead034fabc)) --- CHANGELOG.md | 13 +++++++++ README.md | 68 +++++++++++++++++++++++------------------------ package-lock.json | 5 ++-- package.json | 2 +- 4 files changed, 50 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde5b1dd3..ce65eb09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.19.0](https://github.com/architect-team/architect-cli/compare/v1.18.2...v1.19.0) (2022-07-12) + + +### Bug Fixes + +* **analytics:** Fixed crash when docker context could not be found ([0a652ed](https://github.com/architect-team/architect-cli/commit/0a652ed06ff3b4c7b0a3c903fcec155ae7d2159d)) +* **register:** Improve cache mechanism when registering components ([1289b7c](https://github.com/architect-team/architect-cli/commit/1289b7cf0888a267afcc10f03f3241de27e2377e)) + + +### Features + +* **analytics:** Improve analytics on error ([98cdb62](https://github.com/architect-team/architect-cli/commit/98cdb620af78d5cc31fff16debd89cead034fabc)) + ## [1.18.2](https://github.com/architect-team/architect-cli/compare/v1.18.1...v1.18.2) (2022-07-08) diff --git a/README.md b/README.md index cc445286b..c28e96379 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ npm install -g @architect-io/cli $ architect COMMAND running command... $ architect (--version) -@architect-io/cli/1.18.1 linux-x64 node-v16.15.1 +@architect-io/cli/1.18.2 linux-x64 node-v16.16.0 $ architect --help [COMMAND] USAGE $ architect COMMAND @@ -159,7 +159,7 @@ FLAGS -t, --tag= [default: latest] Tag to give to the new component --architecture=... [default: amd64] Architecture(s) to target for Docker image builds --arg=... Build arg(s) to pass to docker build - --cache-directory= [default: /tmp/architect-build-cache] Directory to write build cache to + --cache-directory= Directory to write build cache to DESCRIPTION Register a new Component with Architect Cloud @@ -211,7 +211,7 @@ FLAGS -t, --tag= [default: latest] Tag to give to the new component --architecture=... [default: amd64] Architecture(s) to target for Docker image builds --arg=... Build arg(s) to pass to docker build - --cache-directory= [default: /tmp/architect-build-cache] Directory to write build cache to + --cache-directory= Directory to write build cache to DESCRIPTION Register a new Component with Architect Cloud @@ -263,7 +263,7 @@ FLAGS -t, --tag= [default: latest] Tag to give to the new component --architecture=... [default: amd64] Architecture(s) to target for Docker image builds --arg=... Build arg(s) to pass to docker build - --cache-directory= [default: /tmp/architect-build-cache] Directory to write build cache to + --cache-directory= Directory to write build cache to DESCRIPTION Register a new Component with Architect Cloud @@ -384,7 +384,7 @@ ALIASES $ architect component:search ``` -_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/components/index.ts)_ +_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/components/index.ts)_ ## `architect components:register [COMPONENT]` @@ -403,7 +403,7 @@ FLAGS -t, --tag= [default: latest] Tag to give to the new component --architecture=... [default: amd64] Architecture(s) to target for Docker image builds --arg=... Build arg(s) to pass to docker build - --cache-directory= [default: /tmp/architect-build-cache] Directory to write build cache to + --cache-directory= Directory to write build cache to DESCRIPTION Register a new Component with Architect Cloud @@ -481,7 +481,7 @@ ALIASES $ architect component:version ``` -_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/components/versions.ts)_ +_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/components/versions.ts)_ ## `architect config` @@ -513,7 +513,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.18.1/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/config/get.ts)_ ## `architect config:set OPTION VALUE` @@ -531,7 +531,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.18.1/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/config/set.ts)_ ## `architect config:view` @@ -548,7 +548,7 @@ ALIASES $ architect config ``` -_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/config/view.ts)_ +_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/config/view.ts)_ ## `architect deploy [CONFIGS_OR_COMPONENTS]` @@ -582,7 +582,7 @@ DESCRIPTION Create a deploy job on Architect Cloud ``` -_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/deploy.ts)_ ## `architect destroy` @@ -603,7 +603,7 @@ DESCRIPTION Destroy components from an environment ``` -_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/destroy.ts)_ +_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/destroy.ts)_ ## `architect dev [CONFIGS_OR_COMPONENTS]` @@ -634,7 +634,7 @@ DESCRIPTION Run your stack locally ``` -_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/dev.ts)_ +_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/dev.ts)_ ## `architect env [QUERY]` @@ -874,7 +874,7 @@ ALIASES $ architect env:search ``` -_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/environments/index.ts)_ +_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/environments/index.ts)_ ## `architect environments:create [ENVIRONMENT]` @@ -903,7 +903,7 @@ ALIASES $ architect env:create ``` -_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/environments/create.ts)_ +_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/environments/create.ts)_ ## `architect environments:destroy [ENVIRONMENT]` @@ -932,7 +932,7 @@ ALIASES $ architect environment:deregister ``` -_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/environments/destroy.ts)_ +_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/environments/destroy.ts)_ ## `architect environments:search [QUERY]` @@ -1087,7 +1087,7 @@ DESCRIPTION Exec into service instances ``` -_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/exec.ts)_ +_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/exec.ts)_ ## `architect help [COMMAND]` @@ -1126,7 +1126,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.18.1/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/init.ts)_ ## `architect link [COMPONENTPATH]` @@ -1140,7 +1140,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.18.1/src/commands/link.ts)_ +_See code: [src/commands/link.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/link.ts)_ ## `architect login` @@ -1158,7 +1158,7 @@ DESCRIPTION Login to the Architect Cloud platform ``` -_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/login.ts)_ ## `architect logout` @@ -1172,7 +1172,7 @@ DESCRIPTION Logout from the Architect registry ``` -_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/logout.ts)_ ## `architect logs [RESOURCE]` @@ -1201,7 +1201,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.18.1/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/logs.ts)_ ## `architect platform [QUERY]` @@ -1329,7 +1329,7 @@ ALIASES $ architect platforms:search ``` -_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/platforms/index.ts)_ +_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/platforms/index.ts)_ ## `architect platforms:create [PLATFORM]` @@ -1360,7 +1360,7 @@ ALIASES $ architect platforms:create ``` -_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/platforms/create.ts)_ +_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/platforms/create.ts)_ ## `architect platforms:deregister [PLATFORM]` @@ -1412,7 +1412,7 @@ ALIASES $ architect platforms:destroy ``` -_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/platforms/destroy.ts)_ +_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/platforms/destroy.ts)_ ## `architect platforms:register [PLATFORM]` @@ -1484,7 +1484,7 @@ FLAGS -t, --tag= [default: latest] Tag to give to the new component --architecture=... [default: amd64] Architecture(s) to target for Docker image builds --arg=... Build arg(s) to pass to docker build - --cache-directory= [default: /tmp/architect-build-cache] Directory to write build cache to + --cache-directory= Directory to write build cache to DESCRIPTION Register a new Component with Architect Cloud @@ -1496,7 +1496,7 @@ ALIASES $ architect comp:register ``` -_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/register.ts)_ +_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/register.ts)_ ## `architect secrets SECRETS_FILE` @@ -1567,7 +1567,7 @@ ALIASES $ architect secrets/get ``` -_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/secrets/download.ts)_ +_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/secrets/download.ts)_ ## `architect secrets:set SECRETS_FILE` @@ -1615,7 +1615,7 @@ ALIASES $ architect secrets:set ``` -_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/secrets/upload.ts)_ +_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/secrets/upload.ts)_ ## `architect task COMPONENT TASK` @@ -1642,7 +1642,7 @@ ALIASES $ architect task:exec ``` -_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/task.ts)_ +_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/task.ts)_ ## `architect task:exec COMPONENT TASK` @@ -1684,7 +1684,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.18.1/src/commands/unlink.ts)_ +_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/unlink.ts)_ ## `architect validate [CONFIGS_OR_COMPONENTS]` @@ -1709,7 +1709,7 @@ ALIASES $ architect validate ``` -_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/validate.ts)_ ## `architect whoami` @@ -1726,5 +1726,5 @@ ALIASES $ architect whoami ``` -_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.18.1/src/commands/whoami.ts)_ - \ No newline at end of file +_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.18.2/src/commands/whoami.ts)_ + diff --git a/package-lock.json b/package-lock.json index f594d409c..c104a84c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,12 @@ { "name": "@architect-io/cli", - "version": "1.18.2", + "version": "1.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@architect-io/cli", - "version": "1.19.0-rc.2", - "version": "1.18.2", + "version": "1.19.0", "license": "GPL-3.0", "dependencies": { "@oclif/core": "^1.3.0", diff --git a/package.json b/package.json index fd20f0fc5..2912c8ad4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@architect-io/cli", "description": "Command-line interface for Architect.io", - "version": "1.18.2", + "version": "1.19.0", "author": "Architect.io", "bin": { "architect": "./bin/run"