mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
469 B
Plaintext
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`
|