Skip to content

Commit

Permalink
feat: remove oclif ux
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 23, 2024
1 parent 2607963 commit 22361b8
Show file tree
Hide file tree
Showing 8 changed files with 1,779 additions and 1,782 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,8 @@ Export all the records.

```sh-session
USAGE
$ commercelayer exports:all -t
addresses|authorizations|bundles|captures|coupons|customer_addresses|customer_payment_sources|customer_subscriptions
|customers|gift_cards|line_items|line_item_options|orders|payment_methods|price_tiers|prices|refunds|shipments|shipp
ing_categories|shipping_methods|sku_lists|sku_list_items|sku_options|skus|stock_items|stock_transfers|tags|tax_categ
ories|transactions|voids [-i <value>] [-w <value>] [-D] [-F csv|json | -C | ] [-x <value> | -X <value>] [-b] [-P | ]
[-O] [-q] [-k]
$ commercelayer exports:all -t addresses|authorizations|bundles|captures|... [-i <value>...] [-w <value>...]
[-D] [-F csv|json | -C | ] [-x <value> | -X <value>] [-b] [-P | ] [-O] [-q] [-k]

FLAGS
-C, --csv export data in CSV format
Expand Down Expand Up @@ -124,12 +120,8 @@ Create a new export.

```sh-session
USAGE
$ commercelayer exports:create -t
addresses|authorizations|bundles|captures|coupons|customer_addresses|customer_payment_sources|customer_subscriptions
|customers|gift_cards|line_items|line_item_options|orders|payment_methods|price_tiers|prices|refunds|shipments|shipp
ing_categories|shipping_methods|sku_lists|sku_list_items|sku_options|skus|stock_items|stock_transfers|tags|tax_categ
ories|transactions|voids [-i <value>] [-w <value>] [-D] [-F csv|json | -C | ] [-x <value> | -X <value>] [-b] [-P | ]
[-O]
$ commercelayer exports:create -t addresses|authorizations|bundles|captures|... [-i <value>...] [-w <value>...]
[-D] [-F csv|json | -C | ] [-x <value> | -X <value>] [-b] [-P | ] [-O]

FLAGS
-C, --csv export data in CSV format
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,33 +55,34 @@
"devDependencies": {
"@commercelayer/cli-dev": "^3.0.5",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.0.22",
"@oclif/plugin-help": "^6.2.8",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.13",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"@types/node-notifier": "^8.0.5",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.11.3",
"semantic-release": "^23.1.1",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
"oclif": "^4.14.22",
"semantic-release": "^24.1.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@commercelayer/cli-core": "^5.0.2",
"@commercelayer/sdk": "^6.3.0",
"@oclif/core": "^3.26.6",
"axios": "^1.7.2",
"@commercelayer/cli-core": "^5.2.3",
"@commercelayer/cli-ux": "^1.0.5",
"@commercelayer/sdk": "^6.13.0",
"@oclif/core": "^3.27.0",
"axios": "^1.7.5",
"cli-table3": "^0.6.5",
"node-notifier": "^10.0.1",
"open": "^8.4.2",
"spinnies": "^0.5.1",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 22361b8

Please sign in to comment.