Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The tasks available provide behavior equivalent to that in the VMC 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
  • Cloud Foundry Info

Cloud Foundry Push

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

Cloud Foundry Applications

The Cloud Foundry Applications 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 VMC.

Cloud Foundry Services

The Cloud Foundry Services 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 VMC.

Cloud Foundry Info

The Cloud Foundry Info task prints basic information about a target to the build logs. This target is primarily for debugging or auditing purposes.

  • No labels