twilio-labs / serverless-toolkit

CLI tool to develop, debug and deploy Twilio Functions

Home Page:https://www.twilio.com/docs/labs/serverless-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy command does not accept explicit environment SIDs

dkundel opened this issue · comments

Right now you cannot pass an explicit environment SID to the deploy command when using the --environment flag. Other commands accept this behavior by checking if the value is an environment SID and then treating it accordingly. This behavior is actually missing in the @twilio-labs/serverless-api code.

Since domain suffix values cannot be longer than 16 characters this shouldn't be a semver major change.