Available Tasks

The tasks available provide behavior equivalent to that in the CF CLI. Only features applicable to continuous integration and delivery scenarios are included. The following tasks are available:

Push

This is the primary task for deploying and updating applications. It is equivalent to the cf push command. It supports specifying the configuration directly in the task or by extracting it from a Cloud Foundry manifest file.

Application Management

The Cloud Foundry Application Management task provides granular application management capabilities.  The commands it supports are:

  • start
  • stop
  • restart
  • delete
  • list all applications
  • show application
  • map URL
  • unmap URL

These commands preform the same as the similarly named commands in CF CLI.

Service Management

The Cloud Foundry Service Management task provides granular service management capabilities.  The commands it supports are:

  • bind
  • unbind
  • create
  • delete
  • list all services
  • show service

These commands preform the same as the similarly named commands in the CF CLI.

Routing Management

The Cloud Foundry Routing Management provides commons tasks for routing within the context of a deployment. The commands it supports are:

  • add domain
  • delete domain
  • add route
  • delete route

These commands preform the same as the similarly named commands in the CF CLI.