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
util.GetShortOption(abortOnErrorOpt): "Auto-abort the process on any errors",
58
57
util.GetShortOption(retriesOpt): "Retry the operation N times in case a non-content error occurs (default 3)",
59
58
util.GetShortOption(skipIdleStart): "Directly start the new MTA version as 'live', skipping the 'idle' phase of the resources. Do not require further confirmation or testing before deleting the old version",
59
+
util.GetShortOption(startTimeoutOpt): "Start app timeout in seconds",
60
+
util.GetShortOption(stageTimeoutOpt): "Stage app timeout in seconds",
61
+
util.GetShortOption(uploadTimeoutOpt): "Upload app timeout in seconds",
62
+
util.GetShortOption(taskExecutionTimeoutOpt): "Task execution timeout in seconds",
util.GetShortOption(strategyOpt): "Specify the deployment strategy when updating an mta (default, blue-green, (EXPERIMENTAL) incremental-blue-green)",
127
130
util.GetShortOption(skipTestingPhase): "(STRATEGY: BLUE-GREEN, (EXPERIMENTAL) INCREMENTAL-BLUE-GREEN) Do not require confirmation for deleting the previously deployed MTA app",
128
131
util.GetShortOption(skipIdleStart): "(STRATEGY: BLUE-GREEN, (EXPERIMENTAL) INCREMENTAL-BLUE-GREEN) Directly start the new MTA version as 'live', skipping the 'idle' phase of the resources. Do not require further confirmation or testing before deleting the old version",
132
+
util.GetShortOption(strategyOpt): "Specify the deployment strategy when updating an mta (default, blue-green)",
133
+
util.GetShortOption(skipTestingPhase): "(STRATEGY: BLUE-GREEN) Do not require confirmation for deleting the previously deployed MTA app",
134
+
util.GetShortOption(skipIdleStart): "(STRATEGY: BLUE-GREEN) Directly start the new MTA version as 'live', skipping the 'idle' phase of the resources. Do not require further confirmation or testing before deleting the old version",
135
+
util.GetShortOption(startTimeoutOpt): "Start app timeout in seconds",
136
+
util.GetShortOption(stageTimeoutOpt): "Stage app timeout in seconds",
137
+
util.GetShortOption(uploadTimeoutOpt): "Upload app timeout in seconds",
138
+
util.GetShortOption(taskExecutionTimeoutOpt): "Task execution timeout in seconds",
0 commit comments