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: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,18 @@ mobile get clientconfig <mobileClientID> --namespace=<namespace>
23
23
mobile create integration <consumingServiceInstanceID><providingServiceInstanceID> --namespace=<namespace>
24
24
```
25
25
26
-
## CLI Installation
26
+
## Installing the CLI
27
+
To quickly get up and running with the CLI for Mac and Linux, simply execute the installer script from inside the `scripts` directory.
28
+
```bash
29
+
./install.sh
30
+
```
31
+
Or, to install a specific version:
32
+
```bash
33
+
./install.sh <version>
34
+
```
35
+
36
+
## Developing the CLI
37
+
27
38
### Pre-requisites
28
39
- Have a local Kubernetes or OpenShift cluster with mobile clients and services available via minikube, [mobile core installer](https://github.com/aerogear/mobile-core/blob/master/docs/walkthroughs/local-setup.adoc) or [minishift](https://github.com/aerogear/minishift-mobilecore-addon).
@@ -90,7 +101,7 @@ oc edit clusterrole admin # add the above and save
90
101
oc edit clusterrole edit # add the above and save
91
102
```
92
103
93
-
###Setup as Kubectl/OC plugin
104
+
## Setup as Kubectl/OC plugin
94
105
95
106
- have the [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command line tool or the [oc command line tool](https://docs.openshift.org/latest/cli_reference/get_started_cli.html#installing-the-cli) already installed
96
107
- it should be version k8s version 1.8 or OpenShift 3.7 or later
0 commit comments