-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
refactor(cli): create-key help display #14502
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
base: main
Are you sure you want to change the base?
Conversation
|
CodSpeed Performance ReportMerging #14502 will not alter performanceComparing Summary
Footnotes |
Are we getting to the point where it would be better to introduce a CLI library, rather than effectively creating our own? |
Not blocking for this PR as it mainly introduces CLI agnostic abstractions, but I'll look into it! |
https://github.com/bloomberg/stricli/ looks promising to me EDIT: commander is better for us but it requires Node 20, so it can be introduced before v6 |
Changes
create-key
command to display help, which involved creating a bunch of abstractions to allow unit testing. I understand it may seem overkill but it's really preparing the refactor of the next commandsTesting
Added unit tests
Docs
N/A, internal refactor