Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j4ng5y/argocd-inventory


https://github.com/j4ng5y/argocd-inventory

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Argocd Inventory
This app creates a simple inventory of the applications and their associated resources as defined in an ArgoCD instance.

# TODO
- [ ] Add a way to check for kubernetes API changes based on an initial version and a target version

# Usage
```bash
Usage of argo-inventory:
-argo-password string
The ArgoCD password to use.
-argo-url string
The ArgoCD URL to use.
-argo-username string
The ArgoCD username to use.
-log-level string
The log level to use. (default "info")
-out string
The output file to write the report to. (default "report.csv")
```