You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strategyflag.DeploymentStrategy`long:"strategy" description:"Deployment strategy can be canary, rolling or null"`
23
+
InstanceStepsstring`long:"instance-steps" description:"An array of percentage steps to deploy when using deployment strategy canary. (e.g. 20,40,60)"`
20
24
MaxInFlight*int`long:"max-in-flight" description:"Defines the maximum number of instances that will be actively being started. Only applies when --strategy flag is specified."`
21
25
NoWaitbool`long:"no-wait" description:"Exit when the first instance of the web process is healthy"`
22
26
NoRestartbool`long:"no-restart" description:"Do not restage the destination application"`
23
27
Organizationstring`short:"o" long:"organization" description:"Org that contains the destination application"`
24
28
Spacestring`short:"s" long:"space" description:"Space that contains the destination application"`
29
+
Strategy flag.DeploymentStrategy`long:"strategy" description:"Deployment strategy can be canary, rolling or null"`
envCFStagingTimeoutinterface{} `environmentName:"CF_STAGING_TIMEOUT" environmentDescription:"Max wait time for staging, in minutes" environmentDefault:"15"`
27
32
envCFStartupTimeoutinterface{} `environmentName:"CF_STARTUP_TIMEOUT" environmentDescription:"Max wait time for app instance startup, in minutes" environmentDefault:"5"`
Eventually(session).Should(Say("Copying source from app %s to target app %s in org %s / space %s as %s...", sourceAppName, targetAppName, orgName, spaceName, username))
389
389
Eventually(session).Should(Say("Staging app %s in org %s / space %s as %s...", targetAppName, orgName, spaceName, username))
390
390
Eventually(session).Should(Say("Waiting for app to deploy..."))
391
391
Eventually(session).Should(Say("Active deployment with status PAUSED"))
Eventually(session).Should(Say("Please run `cf continue-deployment %s` to promote the canary deployment, or `cf cancel-deployment %s` to rollback to the previous version.", targetAppName, targetAppName))
0 commit comments