nuance-communications / mix-cli

A command line tool for the Mix V4 authoring API
Apache License 2.0
14 stars 2 forks source link

Enable listing builds for multiple build types #154

Open 0xfad1 opened 1 year ago

0xfad1 commented 1 year ago

Hello,

  1. As a user building models for different services, I would like to specify one or more build types in the build command.
  2. The display should return results either alphabetical or as requested by the user
  3. As a power user, I would also like to specify a default build type in the central config file so I don't have to type --build-type

Current behaviour

mix builds:list -P 000 --build-type=asr,nlu --no-truncate Error: Expected --build-type=asr,nlu to be one of: asr, dialog, nlu ›   See more help with --help

Desired behavior:

mix build:list -P 000 --build-type=asr,nlu -> displays builds for both asr & nlu mix build:list -P 000 -> retrieves all builds for all build types specified in config file

grof commented 1 year ago

Some thoughts: