No description
| .github/workflows | ||
| argo | ||
| cobra/cmd | ||
| screenshots | ||
| ui | ||
| utils | ||
| .gitignore | ||
| config.yaml | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| main.go | ||
| README.md | ||
ArTUI
Overview
This is a TUI app for interacting with ArgoCD and managing apps.
Commands
:rrefresh app:hrhard refresh app:ssync app:qquit
Navigation
j,kup/down application list- up arrow, down arrow scroll application overview
/search application list
Compatility
This is currently being developed against ArogCD version 2.5.4.
Dependencies
Go v1.18.5.
To setup dependencies use the replace() block from the argocd project go.mod file. Then run go mod tidy.
