You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OpenShift GitOps CLI User Guide.md
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
1
# OpenShift GitOps CLI User Guide
2
-
<<<<<<< Updated upstream
3
-
=======
4
2
OpenShift GitOps `argocd` CLI enables users to manage OpenShift GitOps from a terminal. Using the CLI tool, users can manage ArgoCD resources (Application, ApplicationSets, AppProjects, User accounts, GPG keys etc) from a client terminal.
5
3
6
4
**Note:** Both the archives and the RPMs contain the `argocd` executable binary file.
@@ -9,7 +7,6 @@ OpenShift GitOps `argocd` CLI enables users to manage OpenShift GitOps from a te
9
7
Red Hat OpenShift GitOps with the `argocd` CLI tool is a Technology Preview feature only.
10
8
11
9
**Tip:** This guide assumes you have a grounding in the tools that OpenShift GitOps is based on. Please read [about Red Hat OpenShift GitOps](https://docs.openshift.com/gitops/1.11/understanding_openshift_gitops/about-redhat-openshift-gitops.html) to learn about these tools.
12
-
>>>>>>> Stashed changes
13
10
14
11
## Installing OpenShift GitOps CLI (argocd)
15
12
Use the CLI tool to manage Red Hat OpenShift GitOps from a terminal. You can install the CLI tool on different platforms.
@@ -194,10 +191,7 @@ In the `core` mode (`--core` argument specified), the CLI talks directly to the
194
191
```
195
192
KUBECONFIG=~/.kube/config argocd --core --kube-context [context] [command or options] [arguments…]
196
193
```
197
-
<<<<<<< Updated upstream
198
-
=======
199
194
**NOTE** If there are multiple ArgoCD instances, then set the default namespace of the current context to interact with the right ArgoCD instance.
200
-
>>>>>>> Stashed changes
201
195
202
196
### Global options
203
197
Global options are options applicable to all sub-commands of `argocd`.
@@ -592,11 +586,7 @@ compinit
592
586
4. If the argo application is created with manual sync policy, then the user has to trigger the sync operation manually. This can be done by using the `argocd` CLI in core mode as below
**WARNING** When using glob patterns like `*` in the argument, ensure that it is properly quoted '*' to avoid the underlying shell interpreting it as a shell wildcard
0 commit comments