The tasks available provide behavior equivalent to that in the VMC/ CF CLI. Only features applicable to continuous integration and delivery scenarios are included. The following tasks are available:
- Cloud Foundry Push
- Cloud Foundry Applications
- Cloud Foundry Services
...
Push
This is the primary task for deploying and updating applications. It is equivalent to the vmc push
and vmc update
commandscf 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 Applications Application Management task provides granular application management capabilities. The commands it supports are:
...
These commands preform the same as the similarly named commands in VMC/ CF CLI.
...
Service Management
The Cloud Foundry Services Service Management task provides granular service management capabilities. The commands it supports are:
...
These commands preform the same as the similarly named commands in VMC/CF.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.