push - Cloud Foundry CLI Reference Guide |
cf push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start] [--no-wait] [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [--task TASK] [-u (process | port | http)] [--no-route | --random-route]
[--var KEY=VALUE] [--vars-file VARS_FILE_PATH]...
cf push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start] [--no-wait] [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [--task TASK] [-u (process | port | http)] [--no-route | --random-route ]
[--var KEY=VALUE] [--vars-file VARS_FILE_PATH]...
Time (in seconds) allowed to elapse between starting up an app and the first healthy response from the app
Custom buildpack by name (e.g. my-buildpack) or Git URL (e.g. https://github.com/cloudfoundry/java-buildpack.git) or Git URL with a branch or tag (e.g. https://github.com/cloudfoundry/java-buildpack.git#v3.3.0 for v3.3.0 tag). To use built-in buildpacks only, specify default or null
Disk limit (e.g. 256M, 1024M, 1G)
Docker image to use (e.g. user/docker-image-name)
Repository username; used with password from environment variable CF_DOCKER_PASSWORD
Path to a tgz file with a pre-staged app
Valid path on the app for an HTTP health check. Only used when specifying --health-check-type=http
Application health check type. Defaults to port. http requires a valid endpoint, for example, /health.
Nombre d'instances
Path to manifest
Memory limit (e.g. 256M, 1024M, 1G)
Ignore manifest file
Do not map a route to this app
Do not stage and start the app after pushing
Exit when the first instance of the web process is healthy
Chemin d'accès au répertoire de l'application ou à un fichier zip du contenu du répertoire de l'application
Create a random route for this app (except when no-route is specified in the manifest)
Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)
Startup command, set to null to reset to default start command
Deployment strategy, either rolling or null.
Push an app that is used only to execute tasks. The app will be staged, but not started and will have no route assigned.
Variable key value pair for variable substitution, (e.g., name=app1); can specify multiple times
Path to a variable substitution file for manifest; can specify multiple times