From 4a30cdc32e1c377ede987e1f98d6816e4d989ce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Aug 2022 17:31:47 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.0.0 [skip ci] --- CHANGELOG.md | 12 ++++++ README.md | 120 +++++++++++++++++++++++++-------------------------- 2 files changed, 72 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933df7f5..732ede40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/nuance-communications/mix-cli/compare/v1.5.0...v2.0.0) (2022-08-12) + + +### Features + +* bump to version 2.0.0 ([#48](https://github.com/nuance-communications/mix-cli/issues/48)) ([42eb92d](https://github.com/nuance-communications/mix-cli/commit/42eb92d15a983295fe8cc0cc604c6ecd1265ad7b)) + + +### BREAKING CHANGES + +* bump to version 2.0.0 + # [2.0.0-beta.2](https://github.com/nuance-communications/mix-cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2022-08-12) diff --git a/README.md b/README.md index e3708083..265db4fd 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,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.5.0/src/commands/app-configs/create.ts)_ +_See code: [src/commands/app-configs/create.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/create.ts)_ ## `mix app-configs:deploy` @@ -290,7 +290,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.5.0/src/commands/app-configs/deploy.ts)_ +_See code: [src/commands/app-configs/deploy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/deploy.ts)_ ## `mix app-configs:destroy` @@ -312,7 +312,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.5.0/src/commands/app-configs/destroy.ts)_ +_See code: [src/commands/app-configs/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/destroy.ts)_ ## `mix app-configs:export` @@ -341,7 +341,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.5.0/src/commands/app-configs/export.ts)_ +_See code: [src/commands/app-configs/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/export.ts)_ ## `mix app-configs:get` @@ -372,7 +372,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.5.0/src/commands/app-configs/get.ts)_ +_See code: [src/commands/app-configs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/get.ts)_ ## `mix app-configs:list` @@ -407,7 +407,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.5.0/src/commands/app-configs/list.ts)_ +_See code: [src/commands/app-configs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/list.ts)_ ## `mix app-configs:undeploy` @@ -437,7 +437,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.5.0/src/commands/app-configs/undeploy.ts)_ +_See code: [src/commands/app-configs/undeploy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/undeploy.ts)_ ## `mix app-configs:upgrade` @@ -465,7 +465,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.5.0/src/commands/app-configs/upgrade.ts)_ +_See code: [src/commands/app-configs/upgrade.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-configs/upgrade.ts)_ ## `mix app-credentials:list` @@ -495,7 +495,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.5.0/src/commands/app-credentials/list.ts)_ +_See code: [src/commands/app-credentials/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/app-credentials/list.ts)_ ## `mix applications:list` @@ -527,7 +527,7 @@ EXAMPLE $ mix applications:list -O 64 ``` -_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/applications/list.ts)_ +_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/applications/list.ts)_ ## `mix auth` @@ -548,7 +548,7 @@ EXAMPLE mix auth ``` -_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/auth.ts)_ +_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/auth.ts)_ ## `mix autocomplete [SHELL]` @@ -609,7 +609,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.5.0/src/commands/builds/destroy.ts)_ +_See code: [src/commands/builds/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/builds/destroy.ts)_ ## `mix builds:export` @@ -642,7 +642,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.5.0/src/commands/builds/export.ts)_ +_See code: [src/commands/builds/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/builds/export.ts)_ ## `mix builds:get` @@ -672,7 +672,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.5.0/src/commands/builds/get.ts)_ +_See code: [src/commands/builds/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/builds/get.ts)_ ## `mix builds:latest` @@ -701,7 +701,7 @@ EXAMPLES $ mix builds:latest -P 1922 ``` -_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/builds/latest.ts)_ +_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/builds/latest.ts)_ ## `mix builds:list` @@ -732,7 +732,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.5.0/src/commands/builds/list.ts)_ +_See code: [src/commands/builds/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/builds/list.ts)_ ## `mix channels:activate` @@ -756,7 +756,7 @@ EXAMPLES --channel bc40667c-e0f6-11ec-9d64-0242ac120003 ``` -_See code: [src/commands/channels/activate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/channels/activate.ts)_ +_See code: [src/commands/channels/activate.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/channels/activate.ts)_ ## `mix channels:configure` @@ -813,7 +813,7 @@ EXAMPLES --color SALMON ``` -_See code: [src/commands/channels/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/channels/configure.ts)_ +_See code: [src/commands/channels/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/channels/configure.ts)_ ## `mix channels:create` @@ -872,7 +872,7 @@ EXAMPLE --mode tts --mode interactivity --color light-pink ``` -_See code: [src/commands/channels/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/channels/create.ts)_ +_See code: [src/commands/channels/create.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/channels/create.ts)_ ## `mix channels:deactivate` @@ -898,7 +898,7 @@ EXAMPLES --confirm bc40667c-e0f6-11ec-9d64-0242ac120003 ``` -_See code: [src/commands/channels/deactivate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/channels/deactivate.ts)_ +_See code: [src/commands/channels/deactivate.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/channels/deactivate.ts)_ ## `mix channels:rename` @@ -924,7 +924,7 @@ EXAMPLES --new-name "voice channel" ``` -_See code: [src/commands/channels/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/channels/rename.ts)_ +_See code: [src/commands/channels/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/channels/rename.ts)_ ## `mix data-hosts:list` @@ -959,7 +959,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.5.0/src/commands/data-hosts/list.ts)_ +_See code: [src/commands/data-hosts/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/data-hosts/list.ts)_ ## `mix deployment-flows:list` @@ -988,7 +988,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.5.0/src/commands/deployment-flows/list.ts)_ +_See code: [src/commands/deployment-flows/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/deployment-flows/list.ts)_ ## `mix engine-packs:list` @@ -1010,7 +1010,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.5.0/src/commands/engine-packs/list.ts)_ +_See code: [src/commands/engine-packs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/engine-packs/list.ts)_ ## `mix entities:configure` @@ -1135,7 +1135,7 @@ EXAMPLES --sensitive --no-canonicalize --anaphora-type not-set --data-type not-set ``` -_See code: [src/commands/entities/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/configure.ts)_ +_See code: [src/commands/entities/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/configure.ts)_ ## `mix entities:convert` @@ -1198,7 +1198,7 @@ EXAMPLES $ mix entities:convert -P 1922 -E MY_ENTITY --to-entity-type rule-based ``` -_See code: [src/commands/entities/convert.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/convert.ts)_ +_See code: [src/commands/entities/convert.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/convert.ts)_ ## `mix entities:create` @@ -1326,7 +1326,7 @@ EXAMPLES --sensitive --no-canonicalize --anaphora-type not-set --data-type not-set ``` -_See code: [src/commands/entities/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/create.ts)_ +_See code: [src/commands/entities/create.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/create.ts)_ ## `mix entities:destroy` @@ -1350,7 +1350,7 @@ EXAMPLE $ mix entities:destroy -P 1922 -E CoffeeSize ``` -_See code: [src/commands/entities/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/destroy.ts)_ +_See code: [src/commands/entities/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/destroy.ts)_ ## `mix entities:get` @@ -1384,7 +1384,7 @@ EXAMPLE mix entities:get -P 1922 -E DrinkSize ``` -_See code: [src/commands/entities/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/get.ts)_ +_See code: [src/commands/entities/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/get.ts)_ ## `mix entities:list` @@ -1423,7 +1423,7 @@ EXAMPLES $ mix entities:list -P 1922 --with-entity-type list ``` -_See code: [src/commands/entities/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/list.ts)_ +_See code: [src/commands/entities/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/list.ts)_ ## `mix entities:rename` @@ -1447,7 +1447,7 @@ EXAMPLE $ mix entities:rename -P 1922 -E DrinkSize --new-name DrinkFormat ``` -_See code: [src/commands/entities/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/entities/rename.ts)_ +_See code: [src/commands/entities/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/entities/rename.ts)_ ## `mix environments:list` @@ -1477,7 +1477,7 @@ EXAMPLE mix environments:list -O 64 ``` -_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/environments/list.ts)_ +_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/environments/list.ts)_ ## `mix geographies:list` @@ -1506,7 +1506,7 @@ EXAMPLE mix geographies:list ``` -_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/geographies/list.ts)_ +_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/geographies/list.ts)_ ## `mix help [COMMAND]` @@ -1541,7 +1541,7 @@ EXAMPLE mix init ``` -_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/init.ts)_ ## `mix intents:create` @@ -1564,7 +1564,7 @@ EXAMPLE $ mix intents:create -P 1922 --name ORDER_DRINK ``` -_See code: [src/commands/intents/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/intents/create.ts)_ +_See code: [src/commands/intents/create.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/intents/create.ts)_ ## `mix intents:destroy` @@ -1588,7 +1588,7 @@ EXAMPLE $ mix intents:destroy -P 1922 -I ORDER_DRINK ``` -_See code: [src/commands/intents/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/intents/destroy.ts)_ +_See code: [src/commands/intents/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/intents/destroy.ts)_ ## `mix intents:get` @@ -1614,7 +1614,7 @@ EXAMPLE $ mix intents:get -P 1922 -I ORDER_DRINK ``` -_See code: [src/commands/intents/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/intents/get.ts)_ +_See code: [src/commands/intents/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/intents/get.ts)_ ## `mix intents:list` @@ -1642,7 +1642,7 @@ EXAMPLE $ mix intents:list -P 1922 ``` -_See code: [src/commands/intents/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/intents/list.ts)_ +_See code: [src/commands/intents/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/intents/list.ts)_ ## `mix intents:rename` @@ -1666,7 +1666,7 @@ EXAMPLE $ mix intents:rename -P 1922 -I ORDER_DRINK --new-name ORDER_COFFEE ``` -_See code: [src/commands/intents/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/intents/rename.ts)_ +_See code: [src/commands/intents/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/intents/rename.ts)_ ## `mix jobs:cancel` @@ -1692,7 +1692,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.5.0/src/commands/jobs/cancel.ts)_ +_See code: [src/commands/jobs/cancel.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/jobs/cancel.ts)_ ## `mix jobs:get` @@ -1720,7 +1720,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.5.0/src/commands/jobs/get.ts)_ +_See code: [src/commands/jobs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/jobs/get.ts)_ ## `mix jobs:list` @@ -1750,7 +1750,7 @@ EXAMPLE mix jobs:list -P 1922 ``` -_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/jobs/list.ts)_ +_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/jobs/list.ts)_ ## `mix language-topics:list` @@ -1777,7 +1777,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.5.0/src/commands/language-topics/list.ts)_ +_See code: [src/commands/language-topics/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/language-topics/list.ts)_ ## `mix literals:export` @@ -1805,7 +1805,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.5.0/src/commands/literals/export.ts)_ +_See code: [src/commands/literals/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/literals/export.ts)_ ## `mix literals:import` @@ -1848,7 +1848,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.5.0/src/commands/literals/import.ts)_ +_See code: [src/commands/literals/import.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/literals/import.ts)_ ## `mix ontology:export` @@ -1874,7 +1874,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.5.0/src/commands/ontology/export.ts)_ +_See code: [src/commands/ontology/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/ontology/export.ts)_ ## `mix ontology:import` @@ -1906,7 +1906,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.5.0/src/commands/ontology/import.ts)_ +_See code: [src/commands/ontology/import.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/ontology/import.ts)_ ## `mix organizations:list` @@ -1938,7 +1938,7 @@ EXAMPLE mix organizations:list ``` -_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/organizations/list.ts)_ +_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/organizations/list.ts)_ ## `mix projects:build` @@ -1966,7 +1966,7 @@ EXAMPLES build" ``` -_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/projects/build.ts)_ +_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/build.ts)_ ## `mix projects:configure` @@ -1994,7 +1994,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.5.0/src/commands/projects/configure.ts)_ +_See code: [src/commands/projects/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/configure.ts)_ ## `mix projects:create` @@ -2061,7 +2061,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.5.0/src/commands/projects/create.ts)_ +_See code: [src/commands/projects/create.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/create.ts)_ ## `mix projects:destroy` @@ -2093,7 +2093,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.5.0/src/commands/projects/destroy.ts)_ +_See code: [src/commands/projects/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/destroy.ts)_ ## `mix projects:export` @@ -2128,7 +2128,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.5.0/src/commands/projects/export.ts)_ +_See code: [src/commands/projects/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/export.ts)_ ## `mix projects:get` @@ -2159,7 +2159,7 @@ EXAMPLE mix projects:get -P 1922 ``` -_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/projects/get.ts)_ +_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/get.ts)_ ## `mix projects:list` @@ -2187,7 +2187,7 @@ EXAMPLE mix projects:list -O 64 ``` -_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/projects/list.ts)_ +_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/list.ts)_ ## `mix projects:rename` @@ -2210,7 +2210,7 @@ EXAMPLE $ mix projects:rename -P 1922 --new-name ACME ``` -_See code: [src/commands/projects/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/projects/rename.ts)_ +_See code: [src/commands/projects/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/rename.ts)_ ## `mix projects:replace` @@ -2247,7 +2247,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.5.0/src/commands/projects/replace.ts)_ +_See code: [src/commands/projects/replace.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/projects/replace.ts)_ ## `mix samples:export` @@ -2271,7 +2271,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.5.0/src/commands/samples/export.ts)_ +_See code: [src/commands/samples/export.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/samples/export.ts)_ ## `mix samples:import` @@ -2315,7 +2315,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.5.0/src/commands/samples/import.ts)_ +_See code: [src/commands/samples/import.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/samples/import.ts)_ ## `mix system:version` @@ -2340,7 +2340,7 @@ EXAMPLE mix system:version ``` -_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v1.5.0/src/commands/system/version.ts)_ +_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v2.0.0/src/commands/system/version.ts)_ .