This is a snapshot release of the cf-cli-java-plugin.
It includes the latest changes and is not intended for production use.
Please test it and provide feedback.
Build Timestamp: 2025-09-30 09:13:19 UTC
Installation
Download the current snapshot release and install manually:
# on Mac arm64
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/snapshot/cf-cli-java-plugin-macos-arm64
# on Windows x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/snapshot/cf-cli-java-plugin-windows-amd64
# on Linux x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/snapshot/cf-cli-java-plugin-linux-amd64
Note: On Linux and macOS, if you get a permission error, run chmod +x [cf-cli-java-plugin]
on the plugin binary.
On Windows, the plugin will refuse to install unless the binary has the .exe
file extension.
You can verify that the plugin is successfully installed by looking for java
in the output of cf plugins
.