-
Notifications
You must be signed in to change notification settings - Fork 683
[Proposal] Move CLI commands for project management to subcommands #5959
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
Comments
It's too boring to type .. |
i'd suggest to keep linting check and format into a single command |
Why don't we do both:
I think it is inevitable for them to be grouped under a single command. It is increasingly necessary for other commands:
Why shouldn't these project management commands be subject to the same pattern? Top-level commands should be reserved for the most commonly used commands like |
Ok, fair enough. Let's begin with the lint one, and do the projects one in a separate step |
We may need to keep at least |
As we add several new commands like inspect, linting, formatting, data provenance, the CLI is getting crowded.
There are several commands for managing pipeline projects:
clone
drop
list
pull
view
I think all of these commands could be combined into a single command e.g.
projects
orrepos
:Similar to what we are doing in #5715
We can keep the existing commands as redirects and hide them in the CLI help, so it should be easy to transition.
The text was updated successfully, but these errors were encountered: