Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffbrennan/mario


https://github.com/jeffbrennan/mario

azure cli data-factory golang

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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

```bash

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

![summarize](readme_images/summarize.png)

---

### compare

compare two pipelines and print differences if they exist

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

![compare](readme_images/compare.png)