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
If you deploy with --username and --password as API Key and API Secret it fails with a 404 where it grabs the wrong Service SID and tries to access /Environments.
Previously if you'd call `twilio serverless:deploy` or similar commands with `--username` and
`--password` explicitly passed as API Key/Secret, it would both read the Service SID and write the
Service SID in the deployinfo cache for the Account SID that was associated with the default
profile. This change will ignore the default profile/client if username or password are passed.
BREAKING CHANGE: You have to use --username and --password effectively together if you use either
fix#261
If you deploy with --username and --password as API Key and API Secret it fails with a 404 where it grabs the wrong Service SID and tries to access /Environments.
regarding #255
The text was updated successfully, but these errors were encountered: