Skip to content

fix(plugin-serverless): remove default from aliases #274

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

Merged
merged 1 commit into from
May 21, 2021
Merged

Conversation

dkundel
Copy link
Contributor

@dkundel dkundel commented May 21, 2021

The recent introduction of alias support in the plugin-serverless was causing issues if there was
a default value as the default value of the alias would override the value explicitly passed into
the original command. This change removes default and required arguments from aliases and also
explicitly updates the description.

fix #272

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

The recent introduction of alias support in the `plugin-serverless` was causing issues if there was
a default value as the default value of the alias would override the value explicitly passed into
the original command. This change removes default and required arguments from aliases and also
explicitly updates the description.

fix #272
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression of --environment flag
2 participants