The following commands can be executed using the Spring Cloud Services Cloud Foundry CLI Plugin.
NAME:
config-server-add-credhub-secret - Add secret in JSON format to the given path
USAGE:
cf config-server-add-credhub-secret CONFIG_SERVER_INSTANCE_NAME CREDHUB_PATH JSON_SECRET
ALIAS:
cs-add
NAME:
config-server-remove-credhub-secret - Remove secrets from the given path
USAGE:
cf config-server-remove-credhub-secret CONFIG_SERVER_INSTANCE_NAME CREDHUB_PATH
ALIAS:
cs-remove
NAME:
config-server-sync-mirrors - Synchronize Git mirrors associated with given Spring Cloud Services configuration server
USAGE:
cf config-server-sync-mirrors CONFIG_SERVER_INSTANCE_NAME
ALIAS:
cssm
NAME:
spring-cloud-service-configuration - Display configuration parameters for a Spring Cloud Services service instance
USAGE:
cf scs-config SERVICE_INSTANCE_NAME
ALIAS:
scs-config
NAME:
spring-cloud-service-stop - Stop a Spring Cloud Services service instance
USAGE:
cf scs-stop SERVICE_INSTANCE_NAME
ALIAS:
scs-stop
NAME:
spring-cloud-service-start - Start a Spring Cloud Services service instance
USAGE:
cf scs-start SERVICE_INSTANCE_NAME
ALIAS:
scs-start
NAME:
spring-cloud-service-restart - Restart a Spring Cloud Services service instance
USAGE:
cf scs-restart SERVICE_INSTANCE_NAME
ALIAS:
scs-restart
NAME:
spring-cloud-service-restage - Restage a Spring Cloud Services service instance
USAGE:
cf scs-restage SERVICE_INSTANCE_NAME
ALIAS:
scs-restage
NAME:
spring-cloud-service-view - Display health and status for a Spring Cloud Services service instance
USAGE:
cf scs-view SERVICE_INSTANCE_NAME
ALIAS:
scs-view
NAME:
service-registry-info - Display Spring Cloud Services service registry instance information
USAGE:
cf service-registry-info SERVICE_REGISTRY_INSTANCE_NAME
ALIAS:
sri
NAME:
service-registry-list - Display all applications registered with a Spring Cloud Services service registry
USAGE:
cf service-registry-list SERVICE_REGISTRY_INSTANCE_NAME
ALIAS:
srl
NAME:
service-registry-enable - Enable an application registered with a Spring Cloud Services service registry so that it is available for traffic
USAGE:
cf service-registry-enable SERVICE_REGISTRY_INSTANCE_NAME CF_APPLICATION_NAME
ALIAS:
sren
OPTIONS:
--i/--cf-instance-index Operate on a specific instance in the Eureka registry. The instance index number can be found by using the service-registry-list command.
NAME:
service-registry-deregister - Deregister an application registered with a Spring Cloud Services service registry
USAGE:
cf service-registry-deregister SERVICE_REGISTRY_INSTANCE_NAME CF_APPLICATION_NAME
ALIAS:
srdr
OPTIONS:
--i/--cf-instance-index Operate on a specific instance in the Eureka registry. The instance index number can be found by using the service-registry-list command.
NAME:
service-registry-disable - Disable an application registered with a Spring Cloud Services service registry so that it is unavailable for traffic
USAGE:
cf service-registry-disable SERVICE_REGISTRY_INSTANCE_NAME CF_APPLICATION_NAME
ALIAS:
srda
OPTIONS:
--i/--cf-instance-index Operate on a specific instance in the Eureka registry. The instance index number can be found by using the service-registry-list command.