-
Notifications
You must be signed in to change notification settings - Fork 226
Refactor tsp-client to use yargs #8607
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
ccd6b7b to
aa43f20
Compare
catalinaperalta
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.
This looks good :) I think we should wait to merge this until I have the test script checked in to make sure none of the main usage scenarios are broken since this is a pretty big change. Also, since we're changing the generate lock file functionality from a flag to a command we should bump tsp-client version to 0.10.0
…tsp-client/compare
* refactor commands * add test files * add sync tests * rename test file * clean up test * fix update command tsp-location.yaml logic * add update tests * init fix and test --------- Co-authored-by: Catalina Peralta <[email protected]>
…tsp-client/compare
…tsp-client/compare
This PR converts tsp-client to use
yargsinstead ofnode:utilfor parsing, as it is a full-fledged CLI tool and benefits from the yargs framework.