Merge branch 'features/data-transfer' into data-transfer/transfer-tokens

This commit is contained in:
Christian Capeans 2023-02-06 10:53:43 +01:00
commit 2fb83a58cf

View File

@ -287,9 +287,10 @@ program
new Option('--from-token <token>', `Transfer token for the remote Strapi source`).hideHelp() // Hidden until pull feature is released
)
.addOption(
new Option('--to <destinationURL>', `URL of the remote Strapi instance to send data to`)
.argParser(parseURL)
.required()
new Option(
'--to <destinationURL>',
`URL of the remote Strapi instance to send data to`
).argParser(parseURL)
)
.addOption(new Option('--to-token <token>', `Transfer token for the remote Strapi destination`))
.addOption(forceOption)