copy-source - Cloud Foundry CLI Reference Guide


이름

copy-source - Copies the source code of an application to another existing application and restages that application

사용법

cf copy-source SOURCE_APP DESTINATION_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart] [--strategy STRATEGY] [--no-wait]

옵션

--strategy

Deployment strategy, either rolling or null

--no-wait

Exit when the first instance of the web process is healthy

--no-restart

Do not restage the destination application

--organization, -o

Org that contains the destination application

--space, -s

Space that contains the destination application

환경

CF_STAGING_TIMEOUT=15 Max wait time for staging, in minutes
CF_STARTUP_TIMEOUT=5 앱 인스턴스 시작을 위한 최대 대기 시간(분)

다음도 참조

apps, push, restage, restart, target