how to create a new instance from cli in cf code example
Example 1: how to create a new instance from cli in cf
cf create-service SERVICE PLAN SERVICE_INSTANCE
Example 2: how to create a new instance from cli in cf
cf marketplace
cf create-service SERVICE PLAN SERVICE_INSTANCE
cf marketplace