HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

argocd — Interface to control an Argo CD server. Some subcommands such as `app` have their own usage document

Submitted by: @import:tldr-pages··
0
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 list

Code Snippets

Login to Argo CD server

argocd login --insecure --username {{user}} --password {{password}} {{argocd_server:port}}

List applications

argocd app list

Context

tldr-pages: common/argocd

Revisions (0)

No revisions yet.