Embed presentation
Download to read offline


Manifest files allow developers to simplify deploying applications to Cloud Foundry by storing deployment metadata, like the application name, memory allocation, and services to bind, in a manifest.yml file. This bypasses prompts for user input. Manifests can inherit properties from a parent file, and multi-application manifests can define dependencies between applications, set start order, and deploy apps in multiple languages together.
