From df09b3e56ba55e87bdc76ca0b1ba2421a1240f8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Jul 2022 15:24:20 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.2.4-beta.1 [skip ci] --- CHANGELOG.md | 7 +++++ README.md | 86 ++++++++++++++++++++++++++-------------------------- 2 files changed, 50 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cc6fef..70970411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4-beta.1](https://github.com/nuance-communications/mix-cli/compare/v1.2.3...v1.2.4-beta.1) (2022-07-03) + + +### Bug Fixes + +* amend minor auth message typo ([#8](https://github.com/nuance-communications/mix-cli/issues/8)) ([#9](https://github.com/nuance-communications/mix-cli/issues/9)) ([7513003](https://github.com/nuance-communications/mix-cli/commit/7513003259799127f5cb81272b1493cd44a5bd9d)) + ## [1.2.3](https://github.com/nuance-communications/mix-cli/compare/v1.2.2...v1.2.3) (2022-05-31) diff --git a/README.md b/README.md index 14fa3f72..75737f5d 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ EXAMPLES $ mix app-configs:create -M 233 -D 32 -T AC_20211028 -P 1922 --use-project-data-hosts ``` -_See code: [src/commands/app-configs/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/create.ts)_ +_See code: [src/commands/app-configs/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/create.ts)_ ## `mix app-configs:deploy` @@ -266,7 +266,7 @@ EXAMPLES $ mix app-configs:deploy -C 88 --env-geo 233 ``` -_See code: [src/commands/app-configs/deploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/deploy.ts)_ +_See code: [src/commands/app-configs/deploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/deploy.ts)_ ## `mix app-configs:destroy` @@ -288,7 +288,7 @@ DESCRIPTION ID when prompted. It can also be pre-confirmed by using the --confirm flag. ``` -_See code: [src/commands/app-configs/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/destroy.ts)_ +_See code: [src/commands/app-configs/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/destroy.ts)_ ## `mix app-configs:export` @@ -317,7 +317,7 @@ EXAMPLES $ mix app-configs:export -C 2269 -R NMDPTRIAL_alex_smith_company_com_20190919T190532 -f app-config.zip ``` -_See code: [src/commands/app-configs/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/export.ts)_ +_See code: [src/commands/app-configs/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/export.ts)_ ## `mix app-configs:get` @@ -348,7 +348,7 @@ EXAMPLE $ mix app-configs:get -C 3404 ``` -_See code: [src/commands/app-configs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/get.ts)_ +_See code: [src/commands/app-configs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/get.ts)_ ## `mix app-configs:list` @@ -383,7 +383,7 @@ EXAMPLE $ mix app-configs:list -M 164 --with-runtime-app NMDPTRIAL_alex_smith_company_com_20190919T190532 ``` -_See code: [src/commands/app-configs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/list.ts)_ +_See code: [src/commands/app-configs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/list.ts)_ ## `mix app-configs:undeploy` @@ -413,7 +413,7 @@ EXAMPLES $ mix app-configs:undeploy -C 88 --env-geo 233 ``` -_See code: [src/commands/app-configs/undeploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/undeploy.ts)_ +_See code: [src/commands/app-configs/undeploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/undeploy.ts)_ ## `mix app-configs:upgrade` @@ -441,7 +441,7 @@ EXAMPLES $ mix app-configs:upgrade -C 334 --use-project-data-hosts ``` -_See code: [src/commands/app-configs/upgrade.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-configs/upgrade.ts)_ +_See code: [src/commands/app-configs/upgrade.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-configs/upgrade.ts)_ ## `mix app-credentials:list` @@ -471,7 +471,7 @@ EXAMPLES $ mix app-credentials:list -M 22 --with-geo-name "Production US" ``` -_See code: [src/commands/app-credentials/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/app-credentials/list.ts)_ +_See code: [src/commands/app-credentials/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/app-credentials/list.ts)_ ## `mix applications:list` @@ -503,7 +503,7 @@ EXAMPLE $ mix applications:list -O 64 ``` -_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/applications/list.ts)_ +_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/applications/list.ts)_ ## `mix auth` @@ -524,7 +524,7 @@ EXAMPLE mix auth ``` -_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/auth.ts)_ +_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/auth.ts)_ ## `mix autocomplete [SHELL]` @@ -585,7 +585,7 @@ EXAMPLES $ mix builds:destroy --build-label ASR_1922_11 --confirm ASR_1922_11 ``` -_See code: [src/commands/builds/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/builds/destroy.ts)_ +_See code: [src/commands/builds/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/builds/destroy.ts)_ ## `mix builds:export` @@ -618,7 +618,7 @@ EXAMPLES $ mix builds:export -P 29050 --build-type asr --build-version 11 -f build.zip --overwrite ``` -_See code: [src/commands/builds/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/builds/export.ts)_ +_See code: [src/commands/builds/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/builds/export.ts)_ ## `mix builds:get` @@ -648,7 +648,7 @@ EXAMPLE mix builds:get -P 1922 --build-type nlu --build-version 1 ``` -_See code: [src/commands/builds/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/builds/get.ts)_ +_See code: [src/commands/builds/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/builds/get.ts)_ ## `mix builds:latest` @@ -677,7 +677,7 @@ EXAMPLES $ mix builds:latest -P 1922 ``` -_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/builds/latest.ts)_ +_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/builds/latest.ts)_ ## `mix builds:list` @@ -708,7 +708,7 @@ EXAMPLE mix builds:list -P 1922 --build-type nlu ``` -_See code: [src/commands/builds/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/builds/list.ts)_ +_See code: [src/commands/builds/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/builds/list.ts)_ ## `mix data-hosts:list` @@ -743,7 +743,7 @@ EXAMPLE mix data-hosts:list -D 66 -M 62 -P 14990 --build-version 1 ``` -_See code: [src/commands/data-hosts/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/data-hosts/list.ts)_ +_See code: [src/commands/data-hosts/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/data-hosts/list.ts)_ ## `mix deployment-flows:list` @@ -772,7 +772,7 @@ EXAMPLE mix deployment-flows:list -O 64 ``` -_See code: [src/commands/deployment-flows/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/deployment-flows/list.ts)_ +_See code: [src/commands/deployment-flows/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/deployment-flows/list.ts)_ ## `mix engine-packs:list` @@ -794,7 +794,7 @@ EXAMPLE mix engine-packs:list -O 64 ``` -_See code: [src/commands/engine-packs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/engine-packs/list.ts)_ +_See code: [src/commands/engine-packs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/engine-packs/list.ts)_ ## `mix environments:list` @@ -824,7 +824,7 @@ EXAMPLE mix environments:list -O 64 ``` -_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/environments/list.ts)_ +_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/environments/list.ts)_ ## `mix geographies:list` @@ -853,7 +853,7 @@ EXAMPLE mix geographies:list ``` -_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/geographies/list.ts)_ +_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/geographies/list.ts)_ ## `mix help [COMMAND]` @@ -888,7 +888,7 @@ EXAMPLE mix init ``` -_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/init.ts)_ ## `mix jobs:cancel` @@ -914,7 +914,7 @@ EXAMPLE mix jobs:cancel -P 1922 -J 15d4d4ce-7cc3-45f6-ab38-aad326e6fc20 ``` -_See code: [src/commands/jobs/cancel.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/jobs/cancel.ts)_ +_See code: [src/commands/jobs/cancel.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/jobs/cancel.ts)_ ## `mix jobs:get` @@ -942,7 +942,7 @@ EXAMPLE mix jobs:get -P 1922 -J 25a08872-c635-43f1-b459-5bd98a1c2576 ``` -_See code: [src/commands/jobs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/jobs/get.ts)_ +_See code: [src/commands/jobs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/jobs/get.ts)_ ## `mix jobs:list` @@ -972,7 +972,7 @@ EXAMPLE mix jobs:list -P 1922 ``` -_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/jobs/list.ts)_ +_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/jobs/list.ts)_ ## `mix language-topics:list` @@ -999,7 +999,7 @@ EXAMPLE mix language-topics:list -O 64 ``` -_See code: [src/commands/language-topics/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/language-topics/list.ts)_ +_See code: [src/commands/language-topics/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/language-topics/list.ts)_ ## `mix literals:export` @@ -1027,7 +1027,7 @@ EXAMPLE $ mix literals:export -P 29050 -E DrinkSize -L en-US -f literals.zip --overwrite ``` -_See code: [src/commands/literals/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/literals/export.ts)_ +_See code: [src/commands/literals/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/literals/export.ts)_ ## `mix literals:import` @@ -1070,7 +1070,7 @@ EXAMPLES $ mix literals:import -P 29050 -E DrinkSize -L en-US -f literals.trsx -c DrinkSize --replace ``` -_See code: [src/commands/literals/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/literals/import.ts)_ +_See code: [src/commands/literals/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/literals/import.ts)_ ## `mix ontology:export` @@ -1096,7 +1096,7 @@ EXAMPLE $ mix ontology:export -P 29050 -L en-US -f ontology.zip --overwrite ``` -_See code: [src/commands/ontology/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/ontology/export.ts)_ +_See code: [src/commands/ontology/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/ontology/export.ts)_ ## `mix ontology:import` @@ -1128,7 +1128,7 @@ EXAMPLES $ mix ontology:import -P 29050 -f ontology.zip -c 29050 ``` -_See code: [src/commands/ontology/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/ontology/import.ts)_ +_See code: [src/commands/ontology/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/ontology/import.ts)_ ## `mix organizations:list` @@ -1160,7 +1160,7 @@ EXAMPLE mix organizations:list ``` -_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/organizations/list.ts)_ +_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/organizations/list.ts)_ ## `mix projects:build` @@ -1188,7 +1188,7 @@ EXAMPLES build" ``` -_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/build.ts)_ +_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/build.ts)_ ## `mix projects:configure` @@ -1216,7 +1216,7 @@ EXAMPLE $ mix projects:configure -P 1922 --data-pack en-US@4.7.0 ``` -_See code: [src/commands/projects/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/configure.ts)_ +_See code: [src/commands/projects/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/configure.ts)_ ## `mix projects:create` @@ -1283,7 +1283,7 @@ EXAMPLES -n "ACME Project" --engine-pack 995f6e23-07ff-4f89-9e42-97d0398da7fc ``` -_See code: [src/commands/projects/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/create.ts)_ +_See code: [src/commands/projects/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/create.ts)_ ## `mix projects:destroy` @@ -1315,7 +1315,7 @@ EXAMPLES $ mix projects:destroy -P 1922 -c 1922 ``` -_See code: [src/commands/projects/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/destroy.ts)_ +_See code: [src/commands/projects/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/destroy.ts)_ ## `mix projects:export` @@ -1350,7 +1350,7 @@ EXAMPLES $ mix projects:export -P 29050 -f metadata.json --metadata-only --overwrite ``` -_See code: [src/commands/projects/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/export.ts)_ +_See code: [src/commands/projects/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/export.ts)_ ## `mix projects:get` @@ -1381,7 +1381,7 @@ EXAMPLE mix projects:get -P 1922 ``` -_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/get.ts)_ +_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/get.ts)_ ## `mix projects:list` @@ -1409,7 +1409,7 @@ EXAMPLE mix projects:list -O 64 ``` -_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/list.ts)_ +_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/list.ts)_ ## `mix projects:rename` @@ -1432,7 +1432,7 @@ EXAMPLE $ mix projects:rename -P 1922 -n ACME ``` -_See code: [src/commands/projects/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/rename.ts)_ +_See code: [src/commands/projects/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/rename.ts)_ ## `mix projects:replace` @@ -1469,7 +1469,7 @@ EXAMPLES $ mix projects:replace -P 29050 -f myProject.zip -c 29050 ``` -_See code: [src/commands/projects/replace.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/projects/replace.ts)_ +_See code: [src/commands/projects/replace.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/projects/replace.ts)_ ## `mix samples:export` @@ -1493,7 +1493,7 @@ EXAMPLE $ mix samples:export -P 29050 -I ORDER_DRINK -L en-US -f samples.zip --overwrite ``` -_See code: [src/commands/samples/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/samples/export.ts)_ +_See code: [src/commands/samples/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/samples/export.ts)_ ## `mix samples:import` @@ -1537,7 +1537,7 @@ EXAMPLES $mix samples:import -P 29050 -I ORDER_DRINK -L en-US -f samples.trsx --replace -c ORDER_DRINK ``` -_See code: [src/commands/samples/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/samples/import.ts)_ +_See code: [src/commands/samples/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/samples/import.ts)_ ## `mix system:version` @@ -1562,7 +1562,7 @@ EXAMPLE mix system:version ``` -_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.3/src/commands/system/version.ts)_ +_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v1.2.4-beta.1/src/commands/system/version.ts)_ .