+

cf api

+

Displays or specifies the URL of the API endpoint of Bluemix.

+cf api [https://api.stage1.ng.bluemix.net] [--skip-ssl-validation] +
+ +

cf apps

+

Lists all of the applications that you deployed in the current space.

+
+ +

cf bind-service

+

Binds an existing service instance to your application.

+cf bind-service appname service_instance +
+ +

cf create-service

+

Creates a service instance.

+cf create-service service_name service_plan service_instance +
+ +

cf create-space

+

Creates a space.

+cf create-space space_name [-o] [-q] +
+ +

cf delete

+

Deletes an existing application.

+cf delete appname [-f] [-r] +
+ +

cf delete-space

+

Deletes a space.

+cf delete-space space_name [-f] +
+ +

cf events

+

Displays runtime events that are related to an application.

+cf events [appname] +
+ +

cf help

+

Displays help information for all cf commands or for a specific cf command.

+cf help [command_name] +
+ + +

cf logs

+

Displays the STDOUT and STDERR log streams of an application.

+cf logs appname [--recent] +
+ +

cf marketplace

+

Lists all of the services that are available in the marketplace.

+
+ + + +

cf scale

+

Displays or changes the instance number, disk limit, and memory limit for an application.

+cf scale appname [-i instance_number] [-k disk_limit] [-m memory_limit] [-f] +
+ +

cf services

+

Lists all of the services that are available in the current space.

+
+ +

cf set-env

+

Sets an environment variable for an application.

+cf set-env appname var_name var_value +
+ +

cf stacks

+

Lists all stacks.

+
+ +

cf stop

+

Stops an application.

+cf stop appname +
+ +

cf -v

+

Displays the version of the Cloud Foundry command line interface.

+
+
+
+
+
+
+
+
+
+ + +