Skip to content

Releases: nuance-communications/mix-cli

v2.2.1

08 Nov 21:53
Compare
Choose a tag to compare

2.2.1 (2022-11-08)

Bug Fixes

  • correct issue with default file path in builds:export (#109) (7070765)

v2.2.0

08 Nov 14:11
Compare
Choose a tag to compare

2.2.0 (2022-11-08)

Bug Fixes

  • add not found treatment to get and list command output (#96) (20dc1f7)
  • add support for default file names in export commands (#94) (ff5780e)
  • correct color in output of commands (#91) (7a06a20)

Features

  • add data-hosts:latest command (#100) (fbfbc6a)
  • add data-types:list command (#99) (afc6145)
  • add entity-types:list command (#98) (6f7f3a4)
  • add grammars:export command
  • add grammars:replace command
  • add projects:lock command
  • add projects:unlock command
  • add locks:get command
  • add locks:list command

v2.1.0

01 Nov 14:32
Compare
Choose a tag to compare

2.1.0 (2022-11-01)

Bug Fixes

  • app-configs:destroy color correction (#89) (98d2f48)

Features

New commands are:

  • bot-configs:list
  • bot-credentials:list
  • bot-interfaces:export
  • bot-interfaces:get
  • bots:list

v2.0.0

12 Aug 17:32
Compare
Choose a tag to compare

2.0.0 (2022-08-12)

Features

Channels commands

  • channels:activate
  • channels:configure
  • channels:convert
  • channels:create
  • channels:deactivate
  • channels:rename

Entities commands

  • entities:configure
  • entities:convert
  • entities:create
  • entities:destroy
  • entities:get
  • entities:list
  • entities:rename

Intents commands

  • intents:create
  • intents:destroy
  • intents:get
  • intents:list
  • intents:rename

Bug fixes

  • correct typos in README.md
  • correct typos in auth command
  • add organization ID to output of projects:get

BREAKING CHANGES

  • Node.js >= 14 required
  • change flag --name to --new-name in rename commands

Special thanks

Thanks to @oliver-daniel for the channels commands, your detailed code reviews and for your important contributions of last summer!

v2.0.0-beta.2

12 Aug 13:46
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2022-08-12)

Bug Fixes

  • add warning regarding pattern values (#45) (50d7ff3)

v2.0.0-beta.1

11 Aug 21:57
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2022-08-11)

Features

BREAKING CHANGES

  • Node.js >= 14 required

v1.4.0-beta.18

11 Aug 20:26
Compare
Choose a tag to compare
v1.4.0-beta.18 Pre-release
Pre-release

1.4.0-beta.18 (2022-08-11)

Features

  • update documentation for api client (51c67fd)

v1.4.0-beta.17

11 Aug 17:33
Compare
Choose a tag to compare
v1.4.0-beta.17 Pre-release
Pre-release

1.4.0-beta.17 (2022-08-11)

Bug Fixes

  • remove N/As from entities:get output (#40) (b308b52)

v1.4.0-beta.16

11 Aug 14:44
Compare
Choose a tag to compare
v1.4.0-beta.16 Pre-release
Pre-release

1.4.0-beta.16 (2022-08-11)

Bug Fixes

  • change from --name to --new-name in rename commands (72cd71f)

v1.4.0-beta.15

10 Aug 19:51
Compare
Choose a tag to compare
v1.4.0-beta.15 Pre-release
Pre-release

1.4.0-beta.15 (2022-08-10)

Bug Fixes

  • make --to-entity-type flag required in entities:convert (056ee97)

Features

  • add channels topic and commands (cda55a9)