Cloud Foundry에서 앱과 서비스를 관리. 더 많은 정보: https://docs.cloudfoundry.org.
cf login -a {{api_주소}}
cf push {{앱_이름}}
cf marketplace
cf create-service {{서비스}} {{플랜}} {{서비스_이름}}
cf bind-service {{앱_이름}} {{서비스_이름}}
cf run-task {{앱_이름}} "{{스크립트_명령어}}" --name {{작업_이름}}
cf ssh {{앱_이름}}
cf logs {{앱_이름}} --recent