You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the output has parts that are undefined when using deploy via the github.com/twilio-labs/plugin-serverless. Example
✖ Project with name "twilio-example" already exists with SID "ZSxxxxxxxxxxxxxxxxxxxxxxx".
Here are a few ways to solve this problem:
- Rename your project in the package.json "name" property
- Pass an explicit name to your deployment
> undefined deploy -n my-new-service-name
- Deploy to the existing service with the name "undefined"
> undefined deploy --override-existing-project
- Run deployment in force mode
> undefined deploy --force
The text was updated successfully, but these errors were encountered:
dkundel
changed the title
🐛 Fix help message for deploying existing services with the plugin
Fix help message for deploying existing services with the plugin
Jun 28, 2019
* fix(environments): fix deploying to production
When no domain suffix is set we should deploy to production. Similarly we should handle the lookup
of the right environment which was broken til now
* fix(client): adjust message for bare enviroments
* fix(environments): fix deploying to production
When no domain suffix is set we should deploy to production. Similarly we should handle the lookup
of the right environment which was broken til now
* fix(client): adjust message for bare enviroments
Yargs has two flags `$` for the command that was executed and `_` for all
remaining arguments. This simulates the two, to be compatible with
twilio-run messages.
fix#16
Yargs has two flags `$` for the command that was executed and `_` for all
remaining arguments. This simulates the two, to be compatible with
twilio-run messages.
fix#16
Right now the output has parts that are undefined when using
deploy
via the github.com/twilio-labs/plugin-serverless. ExampleThe text was updated successfully, but these errors were encountered: