Examples (8)
Push an app using the default settings
cf push app_nameView the services available from your organization
cf marketplaceConnect an application to a service
cf bind-service app_name service_nameRun a script whose code is included in the app, but runs independently
cf run-task app_name "script_command" --name task_nameView a dump of recent app logs
cf logs app_name --recentmade by @shridhargupta | data from tldr-pages