diff --git a/CHANGELOG.md b/CHANGELOG.md index e84ad318..a7bd6acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0-beta.17](https://github.com/nuance-communications/mix-cli/compare/v1.4.0-beta.16...v1.4.0-beta.17) (2022-08-11) + + +### Bug Fixes + +* remove N/As from entities:get output ([#40](https://github.com/nuance-communications/mix-cli/issues/40)) ([b308b52](https://github.com/nuance-communications/mix-cli/commit/b308b52395e8997050596fde731db402cc9bda64)) + # [1.4.0-beta.16](https://github.com/nuance-communications/mix-cli/compare/v1.4.0-beta.15...v1.4.0-beta.16) (2022-08-11) diff --git a/README.md b/README.md index b2d38f99..9c2fb2df 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,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.4.0-beta.16/src/commands/app-configs/create.ts)_ +_See code: [src/commands/app-configs/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/create.ts)_ ## `mix app-configs:deploy` @@ -285,7 +285,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.4.0-beta.16/src/commands/app-configs/deploy.ts)_ +_See code: [src/commands/app-configs/deploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/deploy.ts)_ ## `mix app-configs:destroy` @@ -307,7 +307,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.4.0-beta.16/src/commands/app-configs/destroy.ts)_ +_See code: [src/commands/app-configs/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/destroy.ts)_ ## `mix app-configs:export` @@ -336,7 +336,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.4.0-beta.16/src/commands/app-configs/export.ts)_ +_See code: [src/commands/app-configs/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/export.ts)_ ## `mix app-configs:get` @@ -367,7 +367,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.4.0-beta.16/src/commands/app-configs/get.ts)_ +_See code: [src/commands/app-configs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/get.ts)_ ## `mix app-configs:list` @@ -402,7 +402,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.4.0-beta.16/src/commands/app-configs/list.ts)_ +_See code: [src/commands/app-configs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/list.ts)_ ## `mix app-configs:undeploy` @@ -432,7 +432,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.4.0-beta.16/src/commands/app-configs/undeploy.ts)_ +_See code: [src/commands/app-configs/undeploy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/undeploy.ts)_ ## `mix app-configs:upgrade` @@ -460,7 +460,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.4.0-beta.16/src/commands/app-configs/upgrade.ts)_ +_See code: [src/commands/app-configs/upgrade.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-configs/upgrade.ts)_ ## `mix app-credentials:list` @@ -490,7 +490,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.4.0-beta.16/src/commands/app-credentials/list.ts)_ +_See code: [src/commands/app-credentials/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/app-credentials/list.ts)_ ## `mix applications:list` @@ -522,7 +522,7 @@ EXAMPLE $ mix applications:list -O 64 ``` -_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/applications/list.ts)_ +_See code: [src/commands/applications/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/applications/list.ts)_ ## `mix auth` @@ -543,7 +543,7 @@ EXAMPLE mix auth ``` -_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/auth.ts)_ +_See code: [src/commands/auth.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/auth.ts)_ ## `mix autocomplete [SHELL]` @@ -604,7 +604,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.4.0-beta.16/src/commands/builds/destroy.ts)_ +_See code: [src/commands/builds/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/builds/destroy.ts)_ ## `mix builds:export` @@ -637,7 +637,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.4.0-beta.16/src/commands/builds/export.ts)_ +_See code: [src/commands/builds/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/builds/export.ts)_ ## `mix builds:get` @@ -667,7 +667,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.4.0-beta.16/src/commands/builds/get.ts)_ +_See code: [src/commands/builds/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/builds/get.ts)_ ## `mix builds:latest` @@ -696,7 +696,7 @@ EXAMPLES $ mix builds:latest -P 1922 ``` -_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/builds/latest.ts)_ +_See code: [src/commands/builds/latest.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/builds/latest.ts)_ ## `mix builds:list` @@ -727,7 +727,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.4.0-beta.16/src/commands/builds/list.ts)_ +_See code: [src/commands/builds/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/builds/list.ts)_ ## `mix channels:activate` @@ -751,7 +751,7 @@ EXAMPLES --channel bc40667c-e0f6-11ec-9d64-0242ac120003 ``` -_See code: [src/commands/channels/activate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/channels/activate.ts)_ +_See code: [src/commands/channels/activate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/channels/activate.ts)_ ## `mix channels:configure` @@ -808,7 +808,7 @@ EXAMPLES --color SALMON ``` -_See code: [src/commands/channels/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/channels/configure.ts)_ +_See code: [src/commands/channels/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/channels/configure.ts)_ ## `mix channels:create` @@ -867,7 +867,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.4.0-beta.16/src/commands/channels/create.ts)_ +_See code: [src/commands/channels/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/channels/create.ts)_ ## `mix channels:deactivate` @@ -893,7 +893,7 @@ EXAMPLES --confirm bc40667c-e0f6-11ec-9d64-0242ac120003 ``` -_See code: [src/commands/channels/deactivate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/channels/deactivate.ts)_ +_See code: [src/commands/channels/deactivate.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/channels/deactivate.ts)_ ## `mix channels:rename` @@ -919,7 +919,7 @@ EXAMPLES --new-name "voice channel" ``` -_See code: [src/commands/channels/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/channels/rename.ts)_ +_See code: [src/commands/channels/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/channels/rename.ts)_ ## `mix data-hosts:list` @@ -954,7 +954,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.4.0-beta.16/src/commands/data-hosts/list.ts)_ +_See code: [src/commands/data-hosts/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/data-hosts/list.ts)_ ## `mix deployment-flows:list` @@ -983,7 +983,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.4.0-beta.16/src/commands/deployment-flows/list.ts)_ +_See code: [src/commands/deployment-flows/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/deployment-flows/list.ts)_ ## `mix engine-packs:list` @@ -1005,7 +1005,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.4.0-beta.16/src/commands/engine-packs/list.ts)_ +_See code: [src/commands/engine-packs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/engine-packs/list.ts)_ ## `mix entities:configure` @@ -1128,7 +1128,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.4.0-beta.16/src/commands/entities/configure.ts)_ +_See code: [src/commands/entities/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/configure.ts)_ ## `mix entities:convert` @@ -1189,7 +1189,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.4.0-beta.16/src/commands/entities/convert.ts)_ +_See code: [src/commands/entities/convert.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/convert.ts)_ ## `mix entities:create` @@ -1315,7 +1315,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.4.0-beta.16/src/commands/entities/create.ts)_ +_See code: [src/commands/entities/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/create.ts)_ ## `mix entities:destroy` @@ -1339,7 +1339,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.4.0-beta.16/src/commands/entities/destroy.ts)_ +_See code: [src/commands/entities/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/destroy.ts)_ ## `mix entities:get` @@ -1361,11 +1361,19 @@ OPTIONS DESCRIPTION Use this command to get details about a particular entity in a project. + The set of properties listed in the human-readable output of this command + varies with the type of the entity queried. However, the CSV output provides a + column for each of the properties present in the superset of all entity type + properties. This way, a consistent set of columns is always presented. + + Use the --json or --yaml flag to see the original data returned by the + server. + EXAMPLE mix entities:get -P 1922 -E DrinkSize ``` -_See code: [src/commands/entities/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/entities/get.ts)_ +_See code: [src/commands/entities/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/get.ts)_ ## `mix entities:list` @@ -1404,7 +1412,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.4.0-beta.16/src/commands/entities/list.ts)_ +_See code: [src/commands/entities/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/list.ts)_ ## `mix entities:rename` @@ -1428,7 +1436,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.4.0-beta.16/src/commands/entities/rename.ts)_ +_See code: [src/commands/entities/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/entities/rename.ts)_ ## `mix environments:list` @@ -1458,7 +1466,7 @@ EXAMPLE mix environments:list -O 64 ``` -_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/environments/list.ts)_ +_See code: [src/commands/environments/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/environments/list.ts)_ ## `mix geographies:list` @@ -1487,7 +1495,7 @@ EXAMPLE mix geographies:list ``` -_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/geographies/list.ts)_ +_See code: [src/commands/geographies/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/geographies/list.ts)_ ## `mix help [COMMAND]` @@ -1522,7 +1530,7 @@ EXAMPLE mix init ``` -_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/init.ts)_ ## `mix intents:create` @@ -1545,7 +1553,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.4.0-beta.16/src/commands/intents/create.ts)_ +_See code: [src/commands/intents/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/intents/create.ts)_ ## `mix intents:destroy` @@ -1569,7 +1577,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.4.0-beta.16/src/commands/intents/destroy.ts)_ +_See code: [src/commands/intents/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/intents/destroy.ts)_ ## `mix intents:get` @@ -1595,7 +1603,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.4.0-beta.16/src/commands/intents/get.ts)_ +_See code: [src/commands/intents/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/intents/get.ts)_ ## `mix intents:list` @@ -1623,7 +1631,7 @@ EXAMPLE $ mix intents:list -P 1922 ``` -_See code: [src/commands/intents/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/intents/list.ts)_ +_See code: [src/commands/intents/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/intents/list.ts)_ ## `mix intents:rename` @@ -1647,7 +1655,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.4.0-beta.16/src/commands/intents/rename.ts)_ +_See code: [src/commands/intents/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/intents/rename.ts)_ ## `mix jobs:cancel` @@ -1673,7 +1681,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.4.0-beta.16/src/commands/jobs/cancel.ts)_ +_See code: [src/commands/jobs/cancel.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/jobs/cancel.ts)_ ## `mix jobs:get` @@ -1701,7 +1709,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.4.0-beta.16/src/commands/jobs/get.ts)_ +_See code: [src/commands/jobs/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/jobs/get.ts)_ ## `mix jobs:list` @@ -1731,7 +1739,7 @@ EXAMPLE mix jobs:list -P 1922 ``` -_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/jobs/list.ts)_ +_See code: [src/commands/jobs/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/jobs/list.ts)_ ## `mix language-topics:list` @@ -1758,7 +1766,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.4.0-beta.16/src/commands/language-topics/list.ts)_ +_See code: [src/commands/language-topics/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/language-topics/list.ts)_ ## `mix literals:export` @@ -1786,7 +1794,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.4.0-beta.16/src/commands/literals/export.ts)_ +_See code: [src/commands/literals/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/literals/export.ts)_ ## `mix literals:import` @@ -1829,7 +1837,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.4.0-beta.16/src/commands/literals/import.ts)_ +_See code: [src/commands/literals/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/literals/import.ts)_ ## `mix ontology:export` @@ -1855,7 +1863,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.4.0-beta.16/src/commands/ontology/export.ts)_ +_See code: [src/commands/ontology/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/ontology/export.ts)_ ## `mix ontology:import` @@ -1887,7 +1895,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.4.0-beta.16/src/commands/ontology/import.ts)_ +_See code: [src/commands/ontology/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/ontology/import.ts)_ ## `mix organizations:list` @@ -1919,7 +1927,7 @@ EXAMPLE mix organizations:list ``` -_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/organizations/list.ts)_ +_See code: [src/commands/organizations/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/organizations/list.ts)_ ## `mix projects:build` @@ -1947,7 +1955,7 @@ EXAMPLES build" ``` -_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/projects/build.ts)_ +_See code: [src/commands/projects/build.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/build.ts)_ ## `mix projects:configure` @@ -1975,7 +1983,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.4.0-beta.16/src/commands/projects/configure.ts)_ +_See code: [src/commands/projects/configure.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/configure.ts)_ ## `mix projects:create` @@ -2042,7 +2050,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.4.0-beta.16/src/commands/projects/create.ts)_ +_See code: [src/commands/projects/create.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/create.ts)_ ## `mix projects:destroy` @@ -2074,7 +2082,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.4.0-beta.16/src/commands/projects/destroy.ts)_ +_See code: [src/commands/projects/destroy.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/destroy.ts)_ ## `mix projects:export` @@ -2109,7 +2117,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.4.0-beta.16/src/commands/projects/export.ts)_ +_See code: [src/commands/projects/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/export.ts)_ ## `mix projects:get` @@ -2140,7 +2148,7 @@ EXAMPLE mix projects:get -P 1922 ``` -_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/projects/get.ts)_ +_See code: [src/commands/projects/get.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/get.ts)_ ## `mix projects:list` @@ -2168,7 +2176,7 @@ EXAMPLE mix projects:list -O 64 ``` -_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/projects/list.ts)_ +_See code: [src/commands/projects/list.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/list.ts)_ ## `mix projects:rename` @@ -2191,7 +2199,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.4.0-beta.16/src/commands/projects/rename.ts)_ +_See code: [src/commands/projects/rename.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/rename.ts)_ ## `mix projects:replace` @@ -2228,7 +2236,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.4.0-beta.16/src/commands/projects/replace.ts)_ +_See code: [src/commands/projects/replace.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/projects/replace.ts)_ ## `mix samples:export` @@ -2252,7 +2260,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.4.0-beta.16/src/commands/samples/export.ts)_ +_See code: [src/commands/samples/export.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/samples/export.ts)_ ## `mix samples:import` @@ -2296,7 +2304,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.4.0-beta.16/src/commands/samples/import.ts)_ +_See code: [src/commands/samples/import.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/samples/import.ts)_ ## `mix system:version` @@ -2321,7 +2329,7 @@ EXAMPLE mix system:version ``` -_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.16/src/commands/system/version.ts)_ +_See code: [src/commands/system/version.ts](https://github.com/nuance-communications/mix-cli/blob/v1.4.0-beta.17/src/commands/system/version.ts)_ .