dabblelab / twilio-cli-autopilot-plugin

A Twilio CLI plugin for streamlining Twilio Autopilot development workflows.
MIT License
13 stars 7 forks source link

improvement: twilio autopilot:samples:upload #7

Closed pranavdesh closed 4 years ago

pranavdesh commented 5 years ago

Make task SID an optional argument. If the user does not provide it, display a list of all tasks available in the assistant and ask the user to pick one.

pranavdesh commented 5 years ago

Functionality works, thanks. Please change the text displayed when the command is invoked to: 'Select the Task you want to train with these Samples'. Also the success message should use the task unique name, not undefined.

image