-
Notifications
You must be signed in to change notification settings - Fork 52
feat: [CG-10557] Codegen update command #353
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
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
Hey @clee-codegen ! Only feedback I'd give is make sure this is reflected in the docs.
See docs/cli
and add an entry in there for the command. Thanks!
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Motivation
Add a way for users to update their codegen CLI, list versions, and specify versions to update.
Content
Added a update command. Added ability to list versions and to install a specific version.
Testing
Added unit tests.
Ran update locally.
Please check the following before marking your PR as ready for review