argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
18.04k stars 5.51k forks source link

Add table to --output in ArgoCD cli #20959

Open tomerle03 opened 3 days ago

tomerle03 commented 3 days ago

ArgoCD cli version: v2.12.7

Summary

Currently in ArgoCD cli there is an --output global flag, the output is a little bit complicated so a table output will organize things.

Motivation

I manage ArgoCD instances for my organization and when I have tens or hundreds of ArgoCDs and applications a table output will be humanly better.

nitishfy commented 3 days ago

Do you have an example on how would a table look like? Have you seen any argocd component doing this before?