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(deleteServiceKeysOpt): "Delete existing service keys and apply the new ones",
55
-
util.GetShortOption(deleteServiceBrokersOpt): "Delete discontinued service brokers",
56
-
util.GetShortOption(keepFilesOpt): "Keep files used for deployment",
57
-
util.GetShortOption(noRestartSubscribedAppsOpt): "Do not restart subscribed apps, updated during the deployment",
58
-
util.GetShortOption(noConfirmOpt): "Do not require confirmation for deleting the previously deployed MTA apps",
59
-
util.GetShortOption(noFailOnMissingPermissionsOpt): "Do not fail on missing permissions for admin operations",
60
-
util.GetShortOption(abortOnErrorOpt): "Auto-abort the process on any errors",
61
-
util.GetShortOption(retriesOpt): "Retry the operation N times in case a non-content error occurs (default 3)",
62
-
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",
63
-
util.GetShortOption(stageTimeoutOpt): "Stage app timeout in seconds",
64
-
util.GetShortOption(uploadTimeoutOpt): "Upload app timeout in seconds",
65
-
util.GetShortOption(taskExecutionTimeoutOpt): "Task execution timeout in seconds",
66
-
util.CombineFullAndShortParameters(startTimeoutOpt, timeoutOpt): "Start app timeout in seconds",
41
+
extDescriptorsOpt: "Extension descriptors",
42
+
deployServiceURLOpt: "Deploy service URL, by default 'deploy-service.<system-domain>'",
util.GetShortOption(deleteServiceKeysOpt): "Delete existing service keys and apply the new ones",
55
+
util.GetShortOption(deleteServiceBrokersOpt): "Delete discontinued service brokers",
56
+
util.GetShortOption(keepFilesOpt): "Keep files used for deployment",
57
+
util.GetShortOption(noRestartSubscribedAppsOpt): "Do not restart subscribed apps, updated during the deployment",
58
+
util.GetShortOption(noConfirmOpt): "Do not require confirmation for deleting the previously deployed MTA apps",
59
+
util.GetShortOption(noFailOnMissingPermissionsOpt): "Do not fail on missing permissions for admin operations",
60
+
util.GetShortOption(abortOnErrorOpt): "Auto-abort the process on any errors",
61
+
util.GetShortOption(retriesOpt): "Retry the operation N times in case a non-content error occurs (default 3)",
62
+
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",
63
+
util.GetShortOption(stageTimeoutOpt): "Stage app timeout in seconds",
64
+
util.GetShortOption(uploadTimeoutOpt): "Upload app timeout in seconds",
65
+
util.GetShortOption(taskExecutionTimeoutOpt): "Task execution timeout in seconds",
66
+
util.CombineFullAndShortParameters(startTimeoutOpt, timeoutOpt): "Start app timeout in seconds",
67
+
util.GetShortOption(shouldBackupPreviousVersionOpt): "(EXPERIMENTAL) Backup previous version of applications, use new cli command \"rollback-mta\" to rollback to the previous version",
0 commit comments