Skip to content

Commit

Permalink
chore(release): set package.json to 1.2.4-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 3, 2022
1 parent 7513003 commit df09b3e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 43 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
86 changes: 43 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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]`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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]`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand All @@ -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)_
<!-- commandsstop -->

.

0 comments on commit df09b3e

Please sign in to comment.