I want to create a service using cf cli
with a plan JANUS PROD
According to documentation (http://cli.cloudfoundry.org/en-US/cf/create-service.html) -
SERVICE = external-dependency-service
PLAN = JANUS PROD
My script is -
cf create-service external-dependency-service JANUS PROD -c "<path_to_json>" <service_name>
How to tackle the plan with spaces?