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
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
.option('-i|--indexName <indexName>','name of the Elasticsearch index',config.elasticsearch.indices[0])
9
12
.option('-f|--oldFormat <oldFormat>','use the old format',true)
10
13
.option('-s|--size <size>','size',10000)
11
-
.action((cmd)=>{
14
+
.option('-d|--dest <dest>','dest','./')
15
+
.action(async(cmd)=>{
12
16
if(!cmd.indexName){
13
17
console.error('error: indexName must be specified');
14
18
process.exit(1);
@@ -18,24 +22,28 @@ program
18
22
console.log('** Please check the nginx map module options on how to use this map format: https://serverfault.com/a/441517')
19
23
console.log('** The urls will be mapped to the new VS Url format. Please make sure You have "products.useMagentoUrlKeys=true" in Your vue-storefront/config/local.json')
0 commit comments