/artui

argocd tui

Primary LanguageGoApache License 2.0Apache-2.0

ArTUI

build build

Overview

This is a TUI app for interacting with ArgoCD and managing apps.

screenshot

Commands

  • :r refresh app
  • :hr hard refresh app
  • :s sync app
  • :q quit

Navigation

  • j,k up/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.