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
HealthCheckHTTPEndpointstring`long:"endpoint" description:"Valid path on the app for an HTTP health check. Only used when specifying --health-check-type=http"`
89
90
HealthCheckType flag.HealthCheckType`long:"health-check-type" short:"u" description:"Application health check type. Defaults to 'port'. 'http' requires a valid endpoint, for example, '/health'."`
90
91
Instances flag.Instances`long:"instances" short:"i" description:"Number of instances"`
92
+
InstanceStepsstring`long:"instance-steps" description:"An array of percentage steps to deploy when using deployment strategy canary. (e.g. 20,40,60)"`
91
93
Lifecycle constant.AppLifecycleType`long:"lifecycle" description:"App lifecycle type to stage and run the app" default:""`
92
94
LogRateLimitstring`long:"log-rate-limit" short:"l" description:"Log rate limit per second, in bytes (e.g. 128B, 4K, 1M). -l=-1 represents unlimited"`
93
95
PathToManifest flag.ManifestPathWithExistenceCheck`long:"manifest" short:"f" description:"Path to manifest"`
0 commit comments