mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 14:57:12 +00:00
Update cheatsheets
This commit is contained in:
18
argocd
Normal file
18
argocd
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user