restage - Cloud Foundry CLI Reference Guide


NAME

restage - Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.). This action will cause app downtime.

USAGE

cf restage APP_NAME

ALIAS

rg

ENVIRONMENT

CF_STAGING_TIMEOUT=15 Max wait time for buildpack staging, in minutes
CF_STARTUP_TIMEOUT=5 Max wait time for app instance startup, in minutes

SEE ALSO

restart