cloudfoundry-cli

Official command-line client for interacting with Cloud Foundry

brewmacoslinux
Try with needOr install directly
Source

About

Official command-line client for Cloud Foundry

Commands

cf

Examples

Login to a Cloud Foundry instance$ cf login -a https://api.cloudfoundry.example.com
Push an application to Cloud Foundry$ cf push my-app -p ./path/to/app
List all deployed applications in current space$ cf apps