Customer Groups Exporter
Configuration
Usage
CLI
Usage: customer-groups-exporter [options]
Export customer groups 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
--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: "customer-groups-export.log"]Info on flags
JS
Last updated