Skip to content

Commit 62f769f

Browse files
committed
Removed accidental commit of unresolved conflicts
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent d3ffa79 commit 62f769f

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

docs/OpenShift GitOps CLI User Guide.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# OpenShift GitOps CLI User Guide
2-
<<<<<<< Updated upstream
3-
=======
42
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.
53

64
**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
97
Red Hat OpenShift GitOps with the `argocd` CLI tool is a Technology Preview feature only.
108

119
**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
1310

1411
## Installing OpenShift GitOps CLI (argocd)
1512
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
194191
```
195192
KUBECONFIG=~/.kube/config argocd --core --kube-context [context] [command or options] [arguments…​]
196193
```
197-
<<<<<<< Updated upstream
198-
=======
199194
**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
201195
202196
### Global options
203197
Global options are options applicable to all sub-commands of `argocd`.
@@ -592,11 +586,7 @@ compinit
592586
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
593587
```
594588
# argocd app sync --core openshift-gitops/app-spring-petclinic
595-
<<<<<<< Updated upstream
596-
```
597-
=======
598589
```
599590
600591
## References
601592
https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/
602-
>>>>>>> Stashed changes

docs/cli/argocd_proj_add-destination.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ Add project destination
77
```
88
argocd proj add-destination PROJECT SERVER/NAME NAMESPACE [flags]
99
```
10-
<<<<<<< Updated upstream
11-
=======
1210
**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
13-
>>>>>>> Stashed changes
1411

1512
### Examples
1613

docs/cli/argocd_proj_create.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,59 +20,27 @@ argocd proj create PROJECT [flags]
2020

2121
### Options
2222

23-
```
24-
--allow-cluster-resource stringArray List of allowed cluster level resources
25-
--allow-namespaced-resource stringArray List of allowed namespaced resources
26-
--deny-cluster-resource stringArray List of denied cluster level resources
27-
--deny-namespaced-resource stringArray List of denied namespaced resources
28-
--description string Project description
29-
-d, --dest stringArray Permitted destination server and namespace (e.g. https://192.168.99.100:8443,default)
30-
-f, --file string Filename or URL to Kubernetes manifests for the project
31-
-h, --help help for create
32-
--orphaned-resources Enables orphaned resources monitoring
33-
--orphaned-resources-warn Specifies if applications should have a warning condition when orphaned resources detected
34-
--signature-keys strings GnuPG public key IDs for commit signature verification
35-
--source-namespaces strings List of source namespaces for applications
36-
<<<<<<< Updated upstream
37-
-s, --src stringArray Permitted source repository URL
38-
--upsert Allows to override a project with the same name even if supplied project spec is different from existing spec
39-
```
40-
41-
### Options inherited from parent commands
42-
43-
=======
44-
45-
--upsert Allows to override a project with the same name even if supplied project spec is different from existing spec
46-
```
47-
>>>>>>> Stashed changes
4823
| Option | Argument type | Description |
4924
| ---------------- | ------ | ---- |
5025
| --allow-cluster-resource | string Array| List of allowed cluster level resources |
5126
| --allow-namespaced-resource | string Array| List of allowed namespaced resources |
5227
| --deny-cluster-resource | string Array| List of denied cluster level resources |
5328
| --deny-namespaced-resource | string Array| List of denied namespaced resources |
5429
| --description | string | Project description |
55-
<<<<<<< Updated upstream
56-
=======
5730
| -d, --dest |stringArray | Permitted destination server and namespace (e.g. https://192.168.99.100:8443,default)|
5831
| -f, --file |string | Filename or URL to Kubernetes manifests for the project|
5932
| -h, --help | |help for create|
60-
>>>>>>> Stashed changes
6133
| --orphaned-resources| Enables orphaned resources monitoring |
6234
| --orphaned-resources-warn| Specifies if applications should have a warning condition when orphaned resources detected |
6335
| --signature-keys | string s| GnuPG public key IDs for commit signature verification |
6436
| --source-namespaces | string s| List of source namespaces for applications |
65-
<<<<<<< Updated upstream
66-
| --upsert| Allows to override a project with the same name even if supplied project spec is different from existing spec |
67-
=======
6837
| -s, --src | stringArray | Permitted source repository URL|
6938
| --upsert| Allows to override a project with the same name even if supplied project spec is different from existing spec |
7039

7140
### Options inherited from parent commands
7241

7342
| Option | Argument type | Description |
7443
| ---------------- | ------ | ---- |
75-
>>>>>>> Stashed changes
7644
| --auth-token | string | Authentication token |
7745
| --client-crt | string | Client certificate file |
7846
| --client-crt-key | string | Client certificate key file |

0 commit comments

Comments
 (0)