mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:22:08 +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
459 B
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