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
// Flag keys mapped to their corresponding components.Flag definition.
@@ -83,7 +83,7 @@ var flagsMap = map[string]components.Flag{
83
83
SourceTypeReleaseBundlesFlag: components.NewStringFlag(SourceTypeReleaseBundlesFlag, "List of semicolon-separated (;) release bundles in the form of 'name=releaseBundleName1, version=version1; name=releaseBundleName2, version=version2' to be included in the new version.", func(f*components.StringFlag) { f.Mandatory=false }),
84
84
SourceTypeApplicationVersionsFlag: components.NewStringFlag(SourceTypeApplicationVersionsFlag, "List of semicolon-separated (;) application versions in the form of 'application-key=app1, version=version1; application-key=app2, version=version2' to be included in the new version.", func(f*components.StringFlag) { f.Mandatory=false }),
85
85
PropertiesFlag: components.NewStringFlag(PropertiesFlag, "Sets or updates custom properties for the application version in format 'key1=value1[,value2,...];key2=value3[,value4,...]'", func(f*components.StringFlag) { f.Mandatory=false }),
86
-
DeletePropertyFlag: components.NewStringFlag(DeletePropertyFlag, "Remove a property key and all its values", func(f*components.StringFlag) { f.Mandatory=false }),
86
+
DeletePropertiesFlag: components.NewStringFlag(DeletePropertiesFlag, "Remove a property key and all its values", func(f*components.StringFlag) { f.Mandatory=false }),
87
87
}
88
88
89
89
varcommandFlags=map[string][]string{
@@ -142,7 +142,7 @@ var commandFlags = map[string][]string{
0 commit comments