snippetbashTip
argocd — Interface to control an Argo CD server. Some subcommands such as `app` have their own usage document
Viewed 0 times
servercommandinterfaceargocdclicontrolsomeargo
Problem
How to use the
argocd command: Interface to control an Argo CD server. Some subcommands such as app have their own usage documentation. More information: <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.Solution
argocd — Interface to control an Argo CD server. Some subcommands such as 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 listCode Snippets
Login to Argo CD server
argocd login --insecure --username {{user}} --password {{password}} {{argocd_server:port}}List applications
argocd app listContext
tldr-pages: common/argocd
Revisions (0)
No revisions yet.