-
Notifications
You must be signed in to change notification settings - Fork 119
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
Align command-line interface across all projects #425
Comments
A proposal for aligning all the CLIs:
|
Additional alignment could happen on the options for some of the commands. For instance:
|
I mentioned this on the Ergo call, but will reiterate here for those who were not able to make it: |
Thanks for the feedback @DianaLease The second proposal above uses |
Command changes:
|
As per the working group call discussion, IMO:
|
Comments from Technology WG call:
|
|
Additional question: should the API calls be renamed accordingly:
|
Summary of discussion with @mttrbrts on this, I will implement the following:
And I will update the API on the template instance and engine to reflect those commands. |
The final, implemented proposal:
Command changes:
|
This work is now completed, part of the upcoming |
There are a number of variations in CLIs across the various projects, which could be smoothed out to facilitate understanding for users.
The existing CLIs include:
It would help if those use the same version of
yargs
as well since the usage/help output varies between them.The text was updated successfully, but these errors were encountered: