PCF basic commands – top15/ Vishal

cf api
cf login
cf logout
cf target
cf apps
cf app
cf pppush -f -p
cf scale app_name
cf delete app_name -r
cf rename app_name new_name
cf start app_name
cf restart app_name
cf stop app_name
cf logs app_name
cf env app_name