-
Notifications
You must be signed in to change notification settings - Fork 63
Replace projectName
#17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
projectName
with serviceName
for consistencyprojectName
dkundel
added a commit
that referenced
this issue
Jul 10, 2019
The term "project" is being used a lot in the Twilio CLI and causes a lot of confusion BREAKING CHANGE: --project-name is now deprecated and --service-name should be used instead fix #17
dkundel
added a commit
that referenced
this issue
Aug 10, 2020
The term "project" is being used a lot in the Twilio CLI and causes a lot of confusion BREAKING CHANGE: projectName is no longer valid and serviceName has to be used instead fix #17
dkundel
pushed a commit
that referenced
this issue
Aug 10, 2020
link to contributing.md changed to absolute Reason for this - is website https://serverless-api.twilio-labs.com/ that generated by this readme doesn't actually have CONTRIBUTING.md
dkundel
added a commit
that referenced
this issue
Aug 10, 2020
The term "project" is being used a lot in the Twilio CLI and causes a lot of confusion BREAKING CHANGE: projectName is no longer valid and serviceName has to be used instead fix #17
dkundel
pushed a commit
that referenced
this issue
Aug 10, 2020
link to contributing.md changed to absolute Reason for this - is website https://serverless-api.twilio-labs.com/ that generated by this readme doesn't actually have CONTRIBUTING.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we are using
projectName
as a way to configure the name of your deployment. This is confusing especially with the Twilio CLI having a different concept of projects. Let's move toserviceName
instead.We should support
projectName
as a fallback with a warning.The text was updated successfully, but these errors were encountered: