@@ -17,31 +17,31 @@ Usage: inventoriesexporter [options]
1717Exports inventories from the commercetools platform.
1818
1919Options:
20- --help Show help [boolean]
21- --version Show version number [boolean]
22- --outputFile , -o Path to output file. [default: \\ "stdout\\ "]
23- --apiUrl The host URL of the HTTP API service.
20+ --help Show help [boolean]
21+ --version Show version number [boolean]
22+ -o , --outputFile Path to output file. [default: \\ "stdout\\ "]
23+ --apiUrl The host URL of the HTTP API service.
2424 [default: \\ "https://api.europe-west1.gcp.commercetools.com\\ "]
25- --authUrl The host URL of the OAuth API service.
25+ --authUrl The host URL of the OAuth API service.
2626 [default: \\ "https://auth.europe-west1.gcp.commercetools.com\\ "]
27- --delimiter , -d Used CSV delimiter. [default: \\ ",\\ "]
28- --accessToken CTP client access token
29- --projectKey , -p API project key. [required]
30- --channelKey , -c Channel key to use as filter for result to export.
31- Useful if you only have channel key but not id.
32- Can be used with the query flag
27+ -d , --delimiter Used CSV delimiter. [default: \\ ",\\ "]
28+ --accessToken CTP client access token
29+ -p , --projectKey API project key. [required]
30+ -c , --channelKey Channel key to use as filter for result to export.
31+ Useful if you only have channel key but not id.
32+ Can be used with the query flag
3333
34- --query , -q Filter query for inventories:
35- dev.commercetools.com/http-api-projects-inventory.html#quer
36- y -inventory
37- can be used with channelKey flag
34+ -q , --query Filter query for inventories:
35+ dev.commercetools.com/http-api-projects-inventory.html#que
36+ ry -inventory
37+ can be used with channelKey flag
3838
39- --format , -f Format for export [choices: \\ "csv\\ ", \\ "json\\ "] [default: \\ "json\\ "]
40- --template , -t Path to a CSV template file with headers which should be
41- exported.
42- --logLevel Logging level: error, warn, info or verbose.
39+ -f , --format Format for export[choices: \\ "csv\\ ", \\ "json\\ "] [default: \\ "json\\ "]
40+ -t , --template Path to a CSV template file with headers which should be
41+ exported.
42+ --logLevel Logging level: error, warn, info or verbose.
4343 [default: \\ "info\\ "]
44- --logFile Path to file where to save logs.
44+ --logFile Path to file where to save logs.
4545 [default: \\ "inventories-exporter.log\\ "]
4646"
4747` ;
0 commit comments