mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
update encrypt command notes
This commit is contained in:
parent
4377a53106
commit
8ecf0f48bb
@ -269,7 +269,7 @@ program
|
||||
.command('export')
|
||||
.description('Export data from Strapi to file')
|
||||
.addOption(
|
||||
new Option('--encrypt [boolean]', `Encrypt output file using 'aes-128-ecb'`) // TODO: we should get a default from @strapi/data-transfer and display it here
|
||||
new Option('--encrypt [boolean]', `Encrypt output file using the 'aes-128-ecb' algorithm`)
|
||||
.default(true)
|
||||
.argParser(parseInputBool)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user