What?

The Cloud Foundry Command Line Interface (cf CLI) is a tool used to deploy and manage your applications, users, and services in a CF environment.

How?

Download and run the latest CLI release installer from GitHub

Expected Result

Open the command line and run cf version. The output should look like…

$ cf version
cf version x.xx.x-xxxxxxx

Next run cf help -a to see all the commands at your disposal.

Resources

Relevant Repos