1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/argocd.md

14 lines
395 B
Markdown
Raw Normal View History

# 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`