Skip to content

jeffbrennan/mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mario

an azure pipeline monitoring tool inspired by lazygit

commands


summarize

print a summary of pipeline runs for the last n days. Optionally filter by pipeline substring

mario summarize --days [nDays] --name [pipeline]

summarize


compare

compare two pipelines and print differences if they exist

mario compare --name1 [pipeline1] --name2 [pipeline2]

compare