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:
Then install the plug-in (called spring-cloud-services
) using the cf install-plugin
command:
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.
Content feedback and comments