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
[](https://api.reuse.software/info/github.com/SAP/cf-cli-java-plugin)[](https://github.com/SAP/cf-cli-java-plugin/actions/workflows/build-and-snapshot.yml)
2
2
3
3
# Cloud Foundry Command Line Java plugin
4
4
@@ -29,6 +29,22 @@ Install the plugin with `cf install-plugin [cf-cli-java-plugin]` (replace `[cf-c
29
29
30
30
You can verify that the plugin is successfully installed by looking for `java` in the output of `cf plugins`.
31
31
32
+
### Manual Installation of Snapshot Release
33
+
34
+
Download the current snapshot release from [GitHub](https://github.com/SAP/cf-cli-java-plugin/releases/tag/snapshot).
35
+
This is intended for experimentation and might fail.
36
+
37
+
To install a new version of the plugin, run the following:
0 commit comments