Cloudfoundary CLI commands
- 
cf-spaces
 - 
cf-services
 
Create database and bind it to app
- 
cf marketplace -s elephantsql
 - 
cf create-service elephantsql turtle cf-spring-db
 - 
cf bind-service cf-spring cf-spring-db
 - 
cf restart cf-spring
 
Alternative DB:
Elephant is Postgress
clearDB is mysql
See market tab
- 
cf marketplace -s cleardb
 
RJM Article Type
              Quick Reference