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 when you run twilio serverless:list outside of a deployed project project it fails with:
It should instead:
tell people to find existing services through list services
listing services should be the default
twilio serverless:list
│ ERROR Could not find Service SID
│
│ We could not find a Twilio Serverless Service SID to perform this action.
│
│ You can either pass the Service SID via the "--service-sid" flag or by storing it in a ".twilio-functions" file
│ inside your project like this:
│
│ {
│ "serviceSid": "ZSf9dec7e059e0695f4c8axxxxxxxxxxxx"
│ }
The text was updated successfully, but these errors were encountered:
Right now when you run
twilio serverless:list
outside of a deployed project project it fails with:It should instead:
list services
The text was updated successfully, but these errors were encountered: