-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
test out cli refactor #16535
base: main
Are you sure you want to change the base?
test out cli refactor #16535
Conversation
@desertaxle is this also your love language? |
I'm having trouble seeing the benefit of collocating CLI logic with the client. How would |
I feel like half of our |
This builds on #16496, which introduced a dedicated
artifacts
module for client methods. This PR does a few things:this gives us a path to have a CLI that can invoke one subcommand without having to import everything for every subcommand.