ArgoCD cli login command

argocd login \
--insecure \
--grpc-web $(oc get route openshift-gitops-server -n openshift-gitops
-o jsonpath='{.spec.host}{"\n"}') \
--username admin \
--password $(oc get secret/openshift-gitops-cluster -n openshift-gitops -o jsonpath='{.data.admin\.password}' | base64 -d)
Previous
Next