Skip to content

Commit c282fcb

Browse files
Revert "fix: remove duplicate descriptions in ImportCommand flags"
This reverts commit 8d10dcd.
1 parent 94ecd6e commit c282fcb

File tree

1 file changed

+2
-0
lines changed
  • packages/contentstack-import/src/commands/cm/stacks

1 file changed

+2
-0
lines changed

packages/contentstack-import/src/commands/cm/stacks/import.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default class ImportCommand extends Command {
7777
char: 'm',
7878
description:
7979
'[optional] Specify the module to import into the target stack. If not specified, the import command will import all the modules into the stack. The available modules are assets, content-types, entries, environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects, taxonomies, and composable-studio.',
80+
'[optional] Specify the module to import into the target stack. If not specified, the import command will import all the modules into the stack. The available modules are assets, content-types, entries, environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects, taxonomies, and composable-studio.',
8081
parse: printFlagDeprecation(['-m'], ['--module']),
8182
}),
8283
'backup-dir': flags.string({
@@ -94,6 +95,7 @@ export default class ImportCommand extends Command {
9495
'branch-alias': flags.string({
9596
description:
9697
'Specify the branch alias where you want to import your content. If not specified, the content is imported into the main branch by default.',
98+
'Specify the branch alias where you want to import your content. If not specified, the content is imported into the main branch by default.',
9799
exclusive: ['branch'],
98100
}),
99101
'import-webhook-status': flags.string({

0 commit comments

Comments
 (0)