Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 931 Bytes

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.