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
Copy file name to clipboardExpand all lines: common/autoinstallers/plugins/rush-plugins/@coze-arch/rush-publish-plugin/@coze-arch/rush-publish-plugin/command-line.json
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"required": false
35
35
},
36
36
{
37
-
"parameterKind": "stringList",
37
+
"parameterKind": "string",
38
38
"shortName": "-t",
39
39
"longName": "--to",
40
40
"description": "Publish specified packages and their downstream dependencies",
@@ -43,7 +43,7 @@
43
43
"required": false
44
44
},
45
45
{
46
-
"parameterKind": "stringList",
46
+
"parameterKind": "string",
47
47
"shortName": "-f",
48
48
"longName": "--from",
49
49
"description": "Publish specified packages and their upstream/downstream dependencies",
0 commit comments