This is a TUI app for interacting with ArgoCD and managing apps.
:r
refresh app:hr
hard refresh app:s
sync app:q
quit
j
,k
up/down application list- up arrow, down arrow scroll application overview
/
search application list
This is currently being developed against ArogCD version 2.5.4.
Go v1.18.5.
To setup dependencies use the replace() block from the argocd project go.mod
file. Then run go mod tidy
.