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; for example, it can be used 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 plug-in 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.
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"
Documentation for the Spring Cloud Services cf CLI plug-in commands is available at the plug-in homepage on GitHub. See the Spring Cloud Services CF CLI Plugin Docs page.