argocd, argocd-app: add page (#9846)

* argocd: add page

* argocd-app: add page

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
bataliero
2023-03-02 17:16:17 +01:00
committed by GitHub
parent adbf664932
commit 432311b4ed
2 changed files with 49 additions and 0 deletions

13
pages/common/argocd.md Normal file
View File

@@ -0,0 +1,13 @@
# 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`