No description
Find a file
2022-12-15 07:56:25 -05:00
.github/workflows lint clean up 2022-12-14 17:31:05 -05:00
argo lint clean up 2022-12-14 17:31:05 -05:00
cobra/cmd lint clean up 2022-12-14 17:31:05 -05:00
screenshots update readme 2022-10-11 14:51:57 -04:00
ui lint clean up 2022-12-14 17:31:05 -05:00
utils initial commit. basic ui layout 2022-02-14 14:52:23 -05:00
.gitignore make some changes to the layout 2022-06-13 19:12:23 -04:00
config.yaml update config format to include context specific settings 2022-06-27 10:58:21 -04:00
go.mod add core login ability, update deps 2022-12-14 12:48:32 -05:00
go.sum add core login ability, update deps 2022-12-14 12:48:32 -05:00
LICENSE.md Create LICENSE.md 2022-10-11 15:01:33 -04:00
main.go part way through adding cobra and viper 2022-02-23 10:05:43 -05:00
README.md doc updates 2022-12-15 07:56:25 -05:00

ArTUI

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.