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
"The name of the branch where you want to import your content. If you don't mention the branch name, then by default the content will be imported to the main branch.",
52
52
parse: printFlagDeprecation(['-B'],['--branch']),
53
+
exclusive: ['branch-alias']
54
+
}),
55
+
'branch-alias': flags.string({
56
+
description:
57
+
"Specify the branch alias where you want to import your content. If not specified, the content is imported into the main branch by default.",
0 commit comments