-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
CLI Context Renaming #3061
Comments
++ |
Proposal Accepted! |
I think we should do this sooner than later cc @alexanderbez @aaronc. |
Sure 👍 . Why not just |
Absolutely! |
YES! please |
I can take this up, it will also help us organize keys cli tests as @alessio suggested |
Thank you so much @sahith-narahari 🙏 |
This is summary of discussion from discord @aaronc suggested that the top level client package is for things that are likely to be imported a lot and CLIContext is currently imported a lot. so either we move some stuff that's in client/ elsewhere and/or we package client/ a top-level packages that aliases inner packages like the modules do |
I would like to reiterate, grouping and packages should be done by context/domain and not by expected usage. However, clobbering with the stdlib |
+1 for moving |
Summary
CLIContext
has grown out of a refactor of the client package (rightfully so) and has become a powerhouse in facilitating much of the client functionality. However, I'm seeing it being used in REST components and other areas where a "CLI" is not really involved.Proposal
Both the CLI and REST I see as client interfaces. I simply propose we rename
CLIContext
toclient.Context
./cc @jackzampolin @alessio @fedekunze
For Admin Use
The text was updated successfully, but these errors were encountered: