v3-push - Cloud Foundry CLI Reference Guide |
cf v3-push APP_NAME [-b BUILDPACK]... [-p APP_PATH] [--no-route] [--no-start]
cf v3-push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME] [--no-route] [--no-start]
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
Docker image to use (e.g. user/docker-image-name)
Repository username; used with password from environment variable CF_DOCKER_PASSWORD
Do not map a route to this app
Do not stage and start the app after pushing
Path to app directory or to a zip file of the contents of the app directory