Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffbrennan/mario
https://github.com/jeffbrennan/mario
azure cli data-factory golang
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffbrennan/mario
- Owner: jeffbrennan
- Created: 2024-02-20T05:00:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T05:19:35.000Z (9 months ago)
- Last Synced: 2024-06-20T20:59:55.492Z (5 months ago)
- Topics: azure, cli, data-factory, golang
- Language: Go
- Homepage:
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)