-
Notifications
You must be signed in to change notification settings - Fork 805
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: make show,list workflow looks better #606
Conversation
vancexu
commented
Mar 12, 2018
- Add color 2. remove datetime by default, can add using -pdt (print date time) flag
I think for the list we want to print one page per default. But if flag is specified just stream all the pages (with appropriate throttling). But if someone does cadence workflow list -m|more then block pagination when buffer is full. See http://www.pixelbeat.org/programming/stdio_buffering/ |
Can we use shorter timestamps by default? |
@mfateev I see what you mean. Note currently open/close worklfows can not be grabbed as stream, but as page. For shorter timestamps, what's your proposal? only time without date? I agree them take spaces but have not better way to deal with it. |
Add command |