Skip to content

Releases: nuance-communications/mix-cli

v2.6.1

07 Jun 17:21
Compare
Choose a tag to compare

2.6.1 (2024-06-07)

Bug Fixes

  • upgrade axis (follow-redirects), braces, ejs and micromatch (53c6f0e)

v2.6.0

05 Feb 15:59
Compare
Choose a tag to compare

2.6.0 (2024-02-05)

Features

  • add experimental support for device code authentication flow (e5561ad)
  • correct error message (73c2918)

v2.5.4

24 Jan 14:14
Compare
Choose a tag to compare

2.5.4 (2024-01-24)

Bug Fixes

  • address security issue with follow-redirects (0a3eb6e)

v2.5.3

30 Nov 15:42
Compare
Choose a tag to compare

2.5.3 (2023-11-30)

Bug Fixes

v2.5.2

25 Oct 13:48
Compare
Choose a tag to compare

2.5.2 (2023-10-25)

Bug Fixes

v2.5.1

26 Jul 13:40
Compare
Choose a tag to compare

2.5.1 (2023-07-26)

Bug Fixes

v2.5.0

14 Jul 11:43
Compare
Choose a tag to compare

2.5.0 (2023-07-14)

Bug Fixes

  • add case sensitive to with-name flag (#169) (cc1ee19)
  • add failed message on error requests (#184) (02cf308)
  • add warning instead of error message on redeploying an app-config (#174) (ac6983f)
  • correct help for subcommands (#173) (08f8c18)
  • improve suggestion on auth failure (#167) (9c51bc3)

Features

v2.4.0

12 May 13:28
Compare
Choose a tag to compare

2.4.0 (2023-05-12)

Bug Fixes

  • add oclif (to replace oclif-dev cli) and update to latest semantic-release (#159) (4d48558)
  • fix undefined options error in app-configs:get (#156) (82f0316)
  • display info from endpoint response property "message" in app-configs:undeploy (#141) (5e62bf0)
  • exclude node_modules from zip packaged for Veracode (5a66061)
  • migrate from oclif v1 to v2 (#152) (cbcb6c4)
  • standardize output of offset-limited list commands (#140) (47e6bb9)

Features

  • upgrade projects:list command to use ListExtendedProjects endpoint (#128) (0baeab8)

v2.3.0

24 Jan 22:14
Compare
Choose a tag to compare

2.3.0 (2023-01-24)

Bug Fixes

  • add common handling of HTTP 403 errors (#105) (fc965e7)
  • add support for flag 'live-only' in applications:list (#132) (791bf6f)
  • align wording around flag names (#137) (93433e6)
  • correct app-credentials:list description (ea460ef)
  • correct bot-interfaces:export command output (#126) (6333232)
  • correct build-label description (#139) (d406119)
  • correct use of pluralize() in deployment-flows:list (#130) (c15c7f1)
  • handle empty/white spaces in project and channel names (#107) (6742b3c)
  • provide additional information in jobs:get output (#113) (8e9d866)
  • refresh token when watching job (#146) (eac0291)
  • update documentation links to point to new url (#138) (28b9966)
  • update references to "mix.cli" to "mix-cli" (#111) (19b98cc)

Features

  • An "applications:get" command is now available to allow users to get details about a specific application. (#131) (97b48e9)
  • The "applications:list" command now uses the newer ListApplicationsV2 endpoint which enables pagination through the "offset" and "limit" flags, and more filtering options through the "live-only" and "with-name" flags. (#129) (52c9760)
  • Deployment comments are now shown in the output of the "app-configs:deploy" command. (#112) (315d47c)
  • The "live-only" flag was added to the "bots:list" command as a filtering option. (#127) (3065ccf)

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)