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
"[optional] The name of the branch where you want to export your content. If you don't mention the branch name, then by default the content will be exported from all the branches of your stack.",
52
+
exclusive: ['branch-alias'],
53
+
parse: printFlagDeprecation(['-B'],['--branch']),
54
+
}),
55
+
'branch-alias': flags.string({
56
+
description: '(Optional) The alias of the branch from which you want to export content.',
'[optional] Specific module name. If not specified, the export command will export all the modules to the stack. The available modules are assets, content-types, entries, environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, taxonomies, and studio.',
82
88
parse: printFlagDeprecation(['-m'],['--module']),
83
89
}),
84
-
'content-types': flags.string({
85
-
char: 't',
86
-
description:
87
-
'[optional] The UID of the content type(s) whose content you want to export. In case of multiple content types, specify the IDs separated by spaces.',
"[optional] The name of the branch where you want to export your content. If you don't mention the branch name, then by default the content will be exported from all the branches of your stack.",
96
-
parse: printFlagDeprecation(['-B'],['--branch']),
97
-
exclusive: ['branch-alias'],
98
-
}),
99
-
'branch-alias': flags.string({
100
-
description: '(Optional) The alias of the branch from which you want to export content.',
101
-
exclusive: ['branch'],
90
+
query: flags.string({
91
+
description: '[optional] Query object (inline JSON or file path) to filter module exports.',
92
+
hidden: true,
102
93
}),
103
94
'secured-assets': flags.boolean({
104
95
description: '[optional] Use this flag for assets that are secured.',
0 commit comments