Closed tingiris closed 4 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.
twilio autopilot:init
You can now use --bot-name or -n to set the project name
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.