Releases: parttimenerd/cf-cli-java-plugin
Snapshot Release
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:18:37 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-amd64Note: 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.
Release v4.0.0
CF CLI Java Plugin v4.0.0
Plugin for profiling Java applications and getting heap and thread-dumps.
Changes
$(cat release_changelog.txt || echo "No changelog available")
Installation
Installation via CF Community Repository
Make sure you have the CF Community plugin repository configured or add it via:
cf add-plugin-repo CF-Community http://plugins.cloudfoundry.orgTrigger installation of the plugin via:
cf install-plugin -r CF-Community "java"Manual Installation
Download this specific release (v4.0.0) and install manually:
# on Mac arm64
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/v4.0.0/cf-cli-java-plugin-macos-arm64
# on Windows x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/v4.0.0/cf-cli-java-plugin-windows-amd64
# on Linux x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/download/v4.0.0/cf-cli-java-plugin-linux-amd64Or download the latest release:
# on Mac arm64
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/latest/download/cf-cli-java-plugin-macos-arm64
# on Windows x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/latest/download/cf-cli-java-plugin-windows-amd64
# on Linux x86
cf install-plugin https://github.com/SAP/cf-cli-java-plugin/releases/latest/download/cf-cli-java-plugin-linux-amd64Note: 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.
Build Timestamp: 2025-07-11 12:34:04 UTC