-
Notifications
You must be signed in to change notification settings - Fork 69
feat(cli): support shorthand aliases for languages #814
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
Conversation
…igrate` commands
cdk init support shorthand aliases for languagescdk init and cdk migrate support shorthand aliases for languages
cdk init and cdk migrate support shorthand aliases for languages
iankhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement for usability. Can we add a negative test case for invalid languages/aliases for init and migrate?
…nto feat/748-cdk-init-language
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #814 +/- ##
==========================================
+ Coverage 82.60% 82.83% +0.22%
==========================================
Files 64 65 +1
Lines 9465 9509 +44
Branches 1106 1120 +14
==========================================
+ Hits 7819 7877 +58
+ Misses 1612 1598 -14
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #748
Description Changes
Extended the
--languageoption values for thecdk initandcdk migratecommands to support shorthand aliases for language liketsandjs.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license