| name | btp-cloud-foundry |
| description | SAP BTP Cloud Foundry runtime — CF CLI operations, deployment, service lifecycle, troubleshooting, manifest authoring. |
| trigger | ["cloud foundry","cf push","cf deploy","cf org","cf space","cf marketplace","cf logs","manifest.yml","buildpack","cf route","btp cf","cf create-service","cf bind-service"] |
| prerequisites | ["CF CLI v8+ installed (https://github.com/cloudfoundry/cli/releases)","BTP subaccount with Cloud Foundry environment enabled","Org and space already created in BTP Cockpit","Network access to CF API endpoint"] |
BTP Cloud Foundry — Deploy, Manage, & Troubleshoot
1. Login and Target
cf login -a https://api.cf.us10.hana.ondemand.com
cf target -o my-org -s dev
cf target
2. Deploy Application
cf push my-app
cf push my-app -f manifest-prod.yml
cf push my-app -b nodejs_buildpack
cf push my-app --no-start
3. Author manifest.yml