[ https://issues.apache.org/jira/browse/SLIDER-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096026#comment-14096026 ]
Vasanth kumar RJ commented on SLIDER-306: ----------------------------------------- Currently "slider list cl1" will list a live instance. "slider list" returns all the live and history instance which is not order by date. Policy after patch: "slider list --live" = list all live instances "slider list --history" = list all history instances "slider list --live --history" = list all both history and live instances "slider list cl1" = list only cl1 is live "slider list cl1 --live" = same as "slider list cl1" "slider list cl1 --history" = list all histories of cl1 (freezed/failed/...) > Slider list command live and history options > -------------------------------------------- > > Key: SLIDER-306 > URL: https://issues.apache.org/jira/browse/SLIDER-306 > Project: Slider > Issue Type: Improvement > Components: client > Reporter: Vasanth kumar RJ > Priority: Minor > Attachments: SLIDER-306-002.patch, SLIDER-306.patch > > > Currently slider list command shows all the finished and running instances > which is not order on any field. > Patch introduced live and history option to view live instances and finished > instances. > When listing all instances or only history/finished instances, first shows > finished instance ordered by finish time and then show running instances > ordered by start time. > //List only live > >slider list --live > //List only history or finished > >slider list --history > >slider list c1 --history -- This message was sent by Atlassian JIRA (v6.2#6252)