copy-source - Cloud Foundry CLI Reference Guide


NAME

copy-source - Copies the source code of an application to another existing application (and restarts that application)

USAGE

cf copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]

OPTIONS

--no-restart

Override restart of the application in target environment after copy-source completes

-o

Org that contains the target application

-s

Space that contains the target application

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

apps, push, restart, target