-
Notifications
You must be signed in to change notification settings - Fork 16
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
UI suggestions #107
Comments
For |
Thanks for feedback! Actually, you can get this:
Probably, there should be less options so this one would easier to be found. Or it should in |
Yes, cc @shcheklein |
Also, regarding the |
@shcheklein Any thoughts on where we could document clig.dev and other guidelines for CLI? |
@dberenbaum here https://www.notion.so/iterative/Making-CLI-apps-in-Python-e4fcdeaf6b564986b0973cf0e095dc3d ? A few comments:
one of the examples, I would check with @skshetry if there is an exact agreement on this. @dberenbaum do we have other examples, something similar to
|
This has been brought up for |
Thanks for all the feedback. One more question. Should there be an option to output names only? E.g.
If yes, what the option name should be? |
Both |
Now I think of it, it should probably be See |
If we go with |
Thanks everyone for the great feedback! What I've done in #118 :
So, now there are three mutually exclusive options
Output looks like this:
|
Please post any feedback if you have it, otherwise I'm closing the issue :) |
Looks good, thanks @aguschin.
Thoughts on this? Should we put in a different issue? |
Thanks, @dberenbaum!
|
I have one more question about this "latest version" column TBH.
Should
Or should it be default behavior? Also consider the case when I don't register versions at all, just making promotions. Then "latest version" column should contain this commit hexsha by default? The same question for |
IMO we should restrict that column to semver tags and ignore any commit hexshas, even if they are used in promotion. The commit hexsha is already visible in the stage columns. I don't see much utility in adding this flag for now. If someone needs it, you can always add it later. |
UI suggestions for the output of
gto show
:version
? Is it the latest version? If so, what aboutlatest
?gto show
, but consider making the default output format grep-able, like:The text was updated successfully, but these errors were encountered: