Skip to content

Commit

Permalink
chore: update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Mar 7, 2025
1 parent 3d2a66f commit 3f85151
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Category Exporter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: category-exporter [options]
Usage: category-exporter.js [options]
Exports categories from the commercetools platform.
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`CSV and CLI Tests CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: csvparserorder [options]
Usage: csvparserorder.js [options]
Convert commercetools order CSV data to JSON.
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`CSV and CLI Tests CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: csvparserprice [options]
Usage: csvparserprice.js [options]
Converts commercetools states from CSV to JSON
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`CSV and CLI Tests CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: csv-parser-state [options]
Usage: csv-parser-state.js [options]
Package to parse states from CSV to JSON
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Custom Objects Exporter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: custom-objects-exporter [options]
Usage: custom-objects-exporter.js [options]
Exports custom objects from the commercetools platform.
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Customer Groups Exporter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: customer-groups-exporter [options]
Usage: customer-groups-exporter.js [options]
Exports customer groups from the commercetools platform.
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`StockExporter CLI CLI basic functionality should export inventories to
exports[`StockExporter CLI CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: inventoriesexporter [options]
Usage: inventories-exporter.js [options]
Exports inventories from the commercetools platform.
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`personal data erasure CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: personal-data-erasure [options]
Usage: personal-data-erasure.js [options]
Export and delete all data related to a single customer
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Price Exporter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: price-exporter [options]
Usage: price-exporter.js [options]
Exports prices from the commercetools platform
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Product Exporter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: product-exporter [options]
Usage: product-exporter.js [options]
Exports products from the commercetools platform
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`CSV and CLI Tests CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: product-json-to-csv [options]
Usage: product-json-to-csv.js [options]
Converts commercetools products from JSON to CSV
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`XLSX and CLI Tests CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: product-json-to-xlsx [options]
Usage: product-json-to-xlsx.js [options]
Converts commercetools products from JSON to XLSX
Options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Resource Deleter CLI basic functionality should print usage information given the help flag 1`] = `
"
Usage: resource-deleter [options]
Usage: resource-deleter.js [options]
Delete resources from the commercetools platform
Options:
Expand Down

0 comments on commit 3f85151

Please sign in to comment.