System Grab Bag

View all TLDR pages from common (or from all pages)

argocd

Command-line interface to control a Argo CD server. Some subcommands such as argocd 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.