mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Merge branch 'features/data-transfer' into data-transfer/transfer-tokens
This commit is contained in:
commit
2fb83a58cf
@ -287,9 +287,10 @@ program
|
|||||||
new Option('--from-token <token>', `Transfer token for the remote Strapi source`).hideHelp() // Hidden until pull feature is released
|
new Option('--from-token <token>', `Transfer token for the remote Strapi source`).hideHelp() // Hidden until pull feature is released
|
||||||
)
|
)
|
||||||
.addOption(
|
.addOption(
|
||||||
new Option('--to <destinationURL>', `URL of the remote Strapi instance to send data to`)
|
new Option(
|
||||||
.argParser(parseURL)
|
'--to <destinationURL>',
|
||||||
.required()
|
`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(new Option('--to-token <token>', `Transfer token for the remote Strapi destination`))
|
||||||
.addOption(forceOption)
|
.addOption(forceOption)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user