mirror of https://github.com/CrimsonTome/tldr.git
395 B
395 B
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