cf_push
Deploy an application to SAP BTP Cloud Foundry. Specify app name, path, memory, disk, instances, and manifest options.
Instructions
Deploy (push) an application to Cloud Foundry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | No | Disk quota (e.g., 512M, 1G) (optional) | |
| path | No | Path to application directory or archive | |
| memory | No | Memory limit (e.g., 512M, 1G) (optional) | |
| appName | Yes | Name of the application | |
| noStart | No | Do not start application after pushing (optional) | |
| manifest | No | Path to manifest file (optional) | |
| buildpack | No | Buildpack to use (optional) | |
| instances | No | Number of instances (optional) |