Category Exporter
Configuration
Usage
CLI
Usage: category-exporter [options]
Export categories from the commercetools platform
Options:
--help Show help text. [boolean]
--version Show version number [boolean]
--output, -o Path to output file. [default: "stdout"]
--apiUrl The host URL of the HTTP API service.
[default: "https://api.europe-west1.gcp.commercetools.com"]
--authUrl The host URL of the OAuth API service.
[default: "https://auth.europe-west1.gcp.commercetools.com"]
--accessToken CTP client access token
Required scopes: ['view_products', 'manage_products'][string]
--projectKey, -p API project key. [required]
--where, -w specify where predicate
--logLevel Logging level: error, warn, info or debug.
[default: "info"]
--prettyLogs Pretty print logs to the terminal [boolean]
--logFile Path to file where to save logs.
[default: "category-exporter.log"]Info on flags
JS
Last updated