Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
feat: adds list of supported types for export filter hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Jun 7, 2021
1 parent fac59f7 commit eb53229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node/cli/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const argv = yargs(process.argv.slice(2))
.alias('e', 'exportFilter')
.describe(
'e',
'Can be used to export only selected data types. Expects CSV of types. For example contentType,language will cause backup manager to export only content types & language data.'
'Can be used to export only selected data types. Expects CSV of types. Supported types: taxonomy, contentType, contentTypeSnippet, contentItem, languageVariant, language, assetFolder, binaryFile & workflowSteps'
)
.help('h')
.alias('h', 'help').argv;
Expand Down

0 comments on commit eb53229

Please sign in to comment.