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]...
Il tempo (in secondi) che può trascorrere tra l'avvio di un'applicazione e la prima risposta di integrità dall'applicazione.
Pacchetto di build personalizzato in base al nome (ad es. my-buildpack) o all'URL Git (ad es. https://github.com/cloudfoundry/java-buildpack.git) o all'URL Git con un ramo o una tag (ad es. https://github.com/cloudfoundry/java-buildpack.git#v3.3.0 per la tag v3.3.0). Per utilizzare solo i pacchetti di build integrati, specifica default o null
Limite del disco (ad esempio, 256M, 1024M, 1G)
Immagine Docker da utilizzare (ad es. user/docker-image-name)
Nome utente repository; utilizzato con la password dalla variabile di ambiente CF_DOCKER_PASSWORD
Percorso a un file tgz con un'applicazione pre-preparata
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.
Numero di istanze
Percorso del manifest
Limite di memoria (ad esempio, 256M, 1024M, 1G)
Ignora file manifest
Non associare una rotta a questa applicazione
Non preparare e avviare l'applicazione dopo la distribuzione
Exit when the first instance of the web process is healthy
Percorso di directory dell'applicazione o di un file zip dei contenuti della directory dell'applicazione
Create a random route for this app (except when no-route is specified in the manifest)
Stack da utilizzare (uno stack è un file system precostruito, incluso un sistema operativo, che può eseguire le applicazioni)
Comando di avvio, imposta su null per ripristinare il comando di avvio predefinito
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.
La coppia di valore e chiave della variabile per la sostituzione della variabile, (ad esempio name=app1); puoi specificare più volte
Percorso a un file di sostituzione della variabile per il manifest; puoi specificare più volte