(Quick Reference)
cf-create-service
Purpose
Creates an instance of a service.
Description
Creates a service instance. The name will be autogenerated if not specified. If an application name is specified with the
bind
parameter then the service will be bound to it.
Usage:
grails cf-create-service <vendor> [name] [--bind]
Required arguments:
vendor
- The name of the service vendor, e.g. mongodb, mysql, postgresql, rabbitmq, or redis
Optional arguments:
name
- The service name
bind
- The application to bind to