ibmcloud_cf_push
Deploy a Cloud Foundry application by specifying app name, path, memory, manifest, buildpack, instances, or Docker image. Automate IBM Cloud app deployment with configurable options.
Instructions
Deploy a Cloud Foundry application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name | |
| path | No | Path to application | |
| memory | No | Memory limit (e.g., 256M, 1G) | |
| manifest | No | Path to manifest file | |
| buildpack | No | Buildpack name or URL | |
| instances | No | Number of instances | |
| docker_image | No | Docker image |