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."`
22
+
InstanceStepsstring`long:"instance-steps" description:"An array of percentage steps to deploy when using deployment strategy canary. (e.g. 20,40,60)"`
19
23
MaxInFlight*int`long:"max-in-flight" description:"Defines the maximum number of instances that will be actively being restaged. Only applies when --strategy flag is specified."`
20
24
NoWaitbool`long:"no-wait" description:"Exit when the first instance of the web process is healthy"`
25
+
Strategy flag.DeploymentStrategy`long:"strategy" description:"Deployment strategy can be canary, rolling or null."`
21
26
usageinterface{} `usage:"CF_NAME restage APP_NAME\n\n This command will cause downtime unless you use '--strategy' flag.\n\nEXAMPLES:\n CF_NAME restage APP_NAME\n CF_NAME restage APP_NAME --strategy rolling\n CF_NAME restage APP_NAME --strategy canary --no-wait"`
envCFStagingTimeoutinterface{} `environmentName:"CF_STAGING_TIMEOUT" environmentDescription:"Max wait time for staging, in minutes" environmentDefault:"15"`
0 commit comments