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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ Plugin for Cloud Foundry CLI to obtain status from multiple instances, e.g., sev
3
3
4
4
5
5
### Installation
6
-
At this time you need to download and build the plugin on your own (no help offered). I am in the process of building plugin binaries that could be directly installed using the `cf` plugin-related commands. Stay tuned.
6
+
At this time you need to download and build the plugin on your own (no help offered). I am in the process of building plugin binaries that could be directly installed using the `cf` plugin-related commands.
7
+
8
+
Right now, you can download the binary for linux86 and install it with `cf install-plugin pathToBinary/multi-instance`.
7
9
8
10
### Configuration
9
11
A file `miconfig.yml` needs to be placed in the default configuration path for the cf CLI environment (typically `~/.cf`). The content is based on YAML and has the following structure:
0 commit comments