Releases: nuance-communications/mix-cli
Releases · nuance-communications/mix-cli
v2.6.3
v2.6.1
v2.6.0
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
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
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
v2.3.0
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)