Sodamhan.com

TL;DR

argocd

Command-line interface to control a Argo CD server. Some subcommands such as app have their own usage documentation. More information: https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/.

  • Login to Argo CD server:

argocd login --insecure --username user --password password argocd_server:port

  • List applications:

argocd app list

This document was created using the contents of the tldr project.