dabblelab / twilio-cli-autopilot-plugin

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

Require project/bot name parameter with autopilot:init #15

Closed tingiris closed 4 years ago

tingiris commented 5 years ago

I think it makes sense to require a name parameter when creating a new project/bot using twilio autopilot:init. The way it works now the name is always 'helloworld' so after the first time you deploy a project you'll always get the following error.

image

tingiris commented 4 years ago

You can now use --bot-name or -n to set the project name