Details
-
Type:
Story
-
Status: To Do
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: CLI
-
Labels:None
-
Story Points:0
-
Rank (Obsolete):9223372036854775807
Description
I have 500+ jobs configured to load different tables from my source databases. Once I do job list, it just runs me down through the list of jobs, which is ok. However, I would like an option to see the number of jobs that have been deployed successfully, or currently undeployed, or failed during deployment. Simple counts (or a better word)
xd:> job counts
total deployed undeployed failed
------ ------------ -------------- ------
..61..........24........... 35 ............2
I would also like to filter the job list by name pattern - that could be regular expression. So any job matching the expression must be listed. Something like following
xd> job list --name CRM*