Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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
  • Cloud Foundry Info

...

Table of Contents

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 VMCCF 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 VMCthe CF CLI.

...

Routing Management

The Cloud Foundry Info task prints basic information about a target to the build logs. This target is primarily for debugging or auditing purposes.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.