1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages.id/common/argocd.md
Reinhart Previano Koentjoro df54f96bf6
contributing-guides, common/*: revise subcommand mention notices (#15498)
* 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
2025-01-14 09:49:35 +07:00

459 B

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