Spring Cloud Services for Cloud Foundry 3.2

Cloud Foundry CLI plug-in with Spring Cloud Services

Last Updated February 27, 2025

The Spring Cloud Services plug-in for the Cloud Foundry Command Line Interface tool (cf CLI) adds commands for interacting with Spring Cloud Services service instances. It provides easy access to functionality relating to the Config Server and Service Registry. It can be used, for example, to get the configuration used for a Config Server service instance or to stop and start a service instance’s backing application.

The Spring Cloud Services cf CLI plugin is open-source software released under the Apache 2.0 license. From the plug-in homepage on GitHub, you can raise issues or submit contributions for consideration by the plug-in authors.

Installation

Add the CF-Community repository to the cf CLI list of plug-in repositories:

$ cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org

Then install the plug-in (called spring-cloud-services) using the cf install-plugin command:

$ cf install-plugin -r CF-Community "spring-cloud-services"

Resources

Documentation for the Spring Cloud Services cf CLI plugin commands is available at the plug-in homepage on GitHub. See the Spring Cloud Services CF CLI Plugin Docs page.