Files
cheatsheet-tldr/tldr/argocd
2025-06-29 00:23:20 +00:00

19 lines
469 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# argocd
> Interface to control an 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`