mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* contributing-guides, common/*: revise subcommand mention notices Over the past commits it is more preferable to use this new notice format to follow the same passive sentence structure as well as removing any first-person nouns, i.e. "kami" ("we"). * adb, pip: refresh Indonesian translations
13 lines
459 B
Markdown
13 lines
459 B
Markdown
# argocd
|
|
|
|
> Program baris perintah untuk mengatur suatu peladen (server) Argo CD.
|
|
> Beberapa subperintah seperti `argocd app` mempunyai dokumentasi terpisah.
|
|
> Informasi lebih lanjut: <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.
|
|
|
|
- Masuk (login) ke dalam suatu peladen Argo CD:
|
|
|
|
`argocd login --insecure --username {{nama_pengguna}} --password {{kata_sandi}} {{peladen_argocd:port}}`
|
|
|
|
- Dapatkan daftar aplikasi:
|
|
|
|
`argocd app list`
|