We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaf9b9 commit 846d317Copy full SHA for 846d317
argocd/README.md
@@ -11,6 +11,20 @@ On a new kubernetes cluster you can run:
11
kustomize build . | kubectl apply -f -
12
```
13
14
+# Using the ArgoCD CLI
15
+
16
+Without mTLS:
17
18
+```sh
19
+argocd --grpc-web <your command>
20
+```
21
22
+With mTLS:
23
24
25
+argocd --grpc-web --client-crt $HOME/.mtls/hashbang.crt --client-cert-key $HOME/.mtls/hashbang.key <your command>
26
27
28
29
# Upgrading
30
0 commit comments