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.",
89
89
parse: printFlagDeprecation(['-B'],['--branch']),
90
+
exclusive: ['branch-alias'],
91
+
}),
92
+
'branch-alias': flags.string({
93
+
description:
94
+
"The alias of the branch where you want to import your content. If you don't mention the branch alias, then by default the content will be imported to the main branch.",
0 commit comments