Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4ng5y/argocd-inventory
https://github.com/j4ng5y/argocd-inventory
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/j4ng5y/argocd-inventory
- Owner: j4ng5y
- Created: 2024-06-06T15:08:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T19:58:33.000Z (6 months ago)
- Last Synced: 2024-12-06T07:42:45.107Z (18 days ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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")
```