@commercelayer/cli-plugin-imports
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -1,1 +0,1 @@ | ||
{"version":"1.3.0","commands":{"imports:create":{"id":"imports:create","description":"create a new import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"examples":["$ commercelayer imports:create -t stock_items -p <stock_location-id> -i <input-file-path>","$ cl imp:create skus -c -i <input-file-path>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"type":{"name":"type","type":"option","char":"t","description":"the type of resource being imported","required":true,"helpValue":"orders|coupons|skus|sku_lists|...","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"parent":{"name":"parent","type":"option","char":"p","description":"the id of the parent resource to be associated with imported data"},"inputs":{"name":"inputs","type":"option","char":"i","description":"the path of the file containing the data to import","required":true},"csv":{"name":"csv","type":"boolean","char":"C","description":"accept input file in CSV format","allowNo":false},"blind":{"name":"blind","type":"boolean","char":"b","description":"execute in blind mode without showing the progress monitor","allowNo":false},"quiet":{"name":"quiet","type":"boolean","char":"q","description":"execute command without showing warning messages","allowNo":false}},"args":[{"name":"fake-arg","description":"fake argument","required":false,"hidden":true}]},"imports:delete":{"id":"imports:delete","description":"delete an existing import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:delete"],"examples":["$ commercelayer imports:delete <import-id>>","$ cl imp:delete <import-id>>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"unique id of the import","required":true,"hidden":false}]},"imports:details":{"id":"imports:details","description":"show the details of an existing import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["import","imp:details"],"examples":["$ commercelayer imports:details <import-id>","$ cl import <import-id> -i","$ cl imp:details <import-id> -i -l"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"inputs":{"name":"inputs","type":"boolean","char":"i","description":"show input items associated with the import","allowNo":false},"logs":{"name":"logs","type":"boolean","char":"l","description":"show warning and error logs related to the import process","allowNo":false}},"args":[{"name":"id","description":"unique id of the import","required":true,"hidden":false}]},"imports:group":{"id":"imports:group","description":"list all the imports related to an import group","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:group"],"examples":["$ commercelayer imports:group <group-id>","$ cl imports:ghroup <group-id>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"group_id","description":"unique id of the group import","required":true,"hidden":false}]},"imports":{"id":"imports","description":"list all the created imports","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"all":{"name":"all","type":"boolean","char":"A","description":"show all imports instead of first 25 only","allowNo":false},"type":{"name":"type","type":"option","char":"t","description":"the type of resource imported","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"group":{"name":"group","type":"option","char":"g","description":"the group ID associated to the import in case of multi-chunk imports"},"status":{"name":"status","type":"option","char":"s","description":"the import job status","options":["in_progress","pending","completed","interrupted"]},"errors":{"name":"errors","type":"boolean","char":"e","description":"show only imports with errors","allowNo":false},"warnings":{"name":"warnings","type":"boolean","char":"w","description":"show only import with warnings","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"limit number of imports in output"}},"args":[]},"imports:list":{"id":"imports:list","description":"list all the created imports","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:list"],"examples":["$ commercelayer imports","$ cl imports:list -A","$ cl imp:list"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"all":{"name":"all","type":"boolean","char":"A","description":"show all imports instead of first 25 only","allowNo":false},"type":{"name":"type","type":"option","char":"t","description":"the type of resource imported","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"group":{"name":"group","type":"option","char":"g","description":"the group ID associated to the import in case of multi-chunk imports"},"status":{"name":"status","type":"option","char":"s","description":"the import job status","options":["in_progress","pending","completed","interrupted"]},"errors":{"name":"errors","type":"boolean","char":"e","description":"show only imports with errors","allowNo":false},"warnings":{"name":"warnings","type":"boolean","char":"w","description":"show only import with warnings","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"limit number of imports in output"}},"args":[{"name":"fake-arg","description":"fake argument","required":false,"hidden":true}]},"imports:noc":{"id":"imports:noc","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"imports:types":{"id":"imports:types","description":"show online documentation for supported resources","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"flags":{},"args":[]}}} | ||
{"version":"1.3.1","commands":{"imports:create":{"id":"imports:create","description":"create a new import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"examples":["$ commercelayer imports:create -t stock_items -p <stock_location-id> -i <input-file-path>","$ cl imp:create skus -c -i <input-file-path>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"type":{"name":"type","type":"option","char":"t","description":"the type of resource being imported","required":true,"helpValue":"orders|coupons|skus|sku_lists|...","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"parent":{"name":"parent","type":"option","char":"p","description":"the id of the parent resource to be associated with imported data"},"inputs":{"name":"inputs","type":"option","char":"i","description":"the path of the file containing the data to import","required":true},"csv":{"name":"csv","type":"boolean","char":"C","description":"accept input file in CSV format","allowNo":false},"blind":{"name":"blind","type":"boolean","char":"b","description":"execute in blind mode without showing the progress monitor","allowNo":false},"quiet":{"name":"quiet","type":"boolean","char":"q","description":"execute command without showing warning messages","allowNo":false}},"args":[{"name":"fake-arg","description":"fake argument","required":false,"hidden":true}]},"imports:delete":{"id":"imports:delete","description":"delete an existing import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:delete"],"examples":["$ commercelayer imports:delete <import-id>>","$ cl imp:delete <import-id>>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"unique id of the import","required":true,"hidden":false}]},"imports:details":{"id":"imports:details","description":"show the details of an existing import","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["import","imp:details"],"examples":["$ commercelayer imports:details <import-id>","$ cl import <import-id> -i","$ cl imp:details <import-id> -i -l"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"inputs":{"name":"inputs","type":"boolean","char":"i","description":"show input items associated with the import","allowNo":false},"logs":{"name":"logs","type":"boolean","char":"l","description":"show warning and error logs related to the import process","allowNo":false}},"args":[{"name":"id","description":"unique id of the import","required":true,"hidden":false}]},"imports:group":{"id":"imports:group","description":"list all the imports related to an import group","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:group"],"examples":["$ commercelayer imports:group <group-id>","$ cl imports:ghroup <group-id>"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"group_id","description":"unique id of the group import","required":true,"hidden":false}]},"imports":{"id":"imports","description":"list all the created imports","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"all":{"name":"all","type":"boolean","char":"A","description":"show all imports instead of first 25 only","allowNo":false},"type":{"name":"type","type":"option","char":"t","description":"the type of resource imported","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"group":{"name":"group","type":"option","char":"g","description":"the group ID associated to the import in case of multi-chunk imports"},"status":{"name":"status","type":"option","char":"s","description":"the import job status","options":["in_progress","pending","completed","interrupted"]},"errors":{"name":"errors","type":"boolean","char":"e","description":"show only imports with errors","allowNo":false},"warnings":{"name":"warnings","type":"boolean","char":"w","description":"show only import with warnings","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"limit number of imports in output"}},"args":[]},"imports:list":{"id":"imports:list","description":"list all the created imports","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":["imp:list"],"examples":["$ commercelayer imports","$ cl imports:list -A","$ cl imp:list"],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"all":{"name":"all","type":"boolean","char":"A","description":"show all imports instead of first 25 only","allowNo":false},"type":{"name":"type","type":"option","char":"t","description":"the type of resource imported","options":["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"]},"group":{"name":"group","type":"option","char":"g","description":"the group ID associated to the import in case of multi-chunk imports"},"status":{"name":"status","type":"option","char":"s","description":"the import job status","options":["in_progress","pending","completed","interrupted"]},"errors":{"name":"errors","type":"boolean","char":"e","description":"show only imports with errors","allowNo":false},"warnings":{"name":"warnings","type":"boolean","char":"w","description":"show only import with warnings","allowNo":false},"limit":{"name":"limit","type":"option","char":"l","description":"limit number of imports in output"}},"args":[{"name":"fake-arg","description":"fake argument","required":false,"hidden":true}]},"imports:noc":{"id":"imports:noc","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"imports:types":{"id":"imports:types","description":"show online documentation for supported resources","pluginName":"@commercelayer/cli-plugin-imports","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
{ | ||
"name": "@commercelayer/cli-plugin-imports", | ||
"description": "Commerce Layer CLI Imports plugin", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -47,2 +47,3 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-imports/issues", | ||
"commands": "./lib/commands", | ||
"bin": "commercelayer", | ||
"devPlugins": [ | ||
@@ -49,0 +50,0 @@ "@oclif/plugin-help" |
@@ -19,7 +19,7 @@ cli-plugin-imports | ||
```sh-session | ||
$ @commercelayer/cli-plugin-imports COMMAND | ||
$ commercelayer COMMAND | ||
$ @commercelayer/cli-plugin-imports (-v | version | --version) to check the version of the CLI you have installed. | ||
$ commercelayer (-v | version | --version) to check the version of the CLI you have installed. | ||
$ @commercelayer/cli-plugin-imports [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
$ commercelayer [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
``` | ||
@@ -30,11 +30,11 @@ <!-- usagestop --> | ||
* [`@commercelayer/cli-plugin-imports imports`](#commercelayercli-plugin-imports-imports) | ||
* [`@commercelayer/cli-plugin-imports imports:create`](#commercelayercli-plugin-imports-importscreate) | ||
* [`@commercelayer/cli-plugin-imports imports:delete ID`](#commercelayercli-plugin-imports-importsdelete-id) | ||
* [`@commercelayer/cli-plugin-imports imports:details ID`](#commercelayercli-plugin-imports-importsdetails-id) | ||
* [`@commercelayer/cli-plugin-imports imports:group GROUP_ID`](#commercelayercli-plugin-imports-importsgroup-group_id) | ||
* [`@commercelayer/cli-plugin-imports imports:list`](#commercelayercli-plugin-imports-importslist) | ||
* [`@commercelayer/cli-plugin-imports imports:types`](#commercelayercli-plugin-imports-importstypes) | ||
* [`commercelayer imports`](#commercelayer-imports) | ||
* [`commercelayer imports:create`](#commercelayer-importscreate) | ||
* [`commercelayer imports:delete ID`](#commercelayer-importsdelete-id) | ||
* [`commercelayer imports:details ID`](#commercelayer-importsdetails-id) | ||
* [`commercelayer imports:group GROUP_ID`](#commercelayer-importsgroup-group_id) | ||
* [`commercelayer imports:list`](#commercelayer-importslist) | ||
* [`commercelayer imports:types`](#commercelayer-importstypes) | ||
### `@commercelayer/cli-plugin-imports imports` | ||
### `commercelayer imports` | ||
@@ -45,3 +45,3 @@ List all the created imports. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports | ||
$ commercelayer imports | ||
@@ -78,3 +78,3 @@ OPTIONS | ||
### `@commercelayer/cli-plugin-imports imports:create` | ||
### `commercelayer imports:create` | ||
@@ -85,3 +85,3 @@ Create a new import. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:create | ||
$ commercelayer imports:create | ||
@@ -104,3 +104,3 @@ OPTIONS | ||
### `@commercelayer/cli-plugin-imports imports:delete ID` | ||
### `commercelayer imports:delete ID` | ||
@@ -111,3 +111,3 @@ Delete an existing import. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:delete ID | ||
$ commercelayer imports:delete ID | ||
@@ -121,3 +121,3 @@ ARGUMENTS | ||
ALIASES | ||
$ @commercelayer/cli-plugin-imports imp:delete | ||
$ commercelayer imp:delete | ||
@@ -131,3 +131,3 @@ EXAMPLES | ||
### `@commercelayer/cli-plugin-imports imports:details ID` | ||
### `commercelayer imports:details ID` | ||
@@ -138,3 +138,3 @@ Show the details of an existing import. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:details ID | ||
$ commercelayer imports:details ID | ||
@@ -150,4 +150,4 @@ ARGUMENTS | ||
ALIASES | ||
$ @commercelayer/cli-plugin-imports import | ||
$ @commercelayer/cli-plugin-imports imp:details | ||
$ commercelayer import | ||
$ commercelayer imp:details | ||
@@ -162,3 +162,3 @@ EXAMPLES | ||
### `@commercelayer/cli-plugin-imports imports:group GROUP_ID` | ||
### `commercelayer imports:group GROUP_ID` | ||
@@ -169,3 +169,3 @@ List all the imports related to an import group. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:group GROUP_ID | ||
$ commercelayer imports:group GROUP_ID | ||
@@ -179,3 +179,3 @@ ARGUMENTS | ||
ALIASES | ||
$ @commercelayer/cli-plugin-imports imp:group | ||
$ commercelayer imp:group | ||
@@ -189,3 +189,3 @@ EXAMPLES | ||
### `@commercelayer/cli-plugin-imports imports:list` | ||
### `commercelayer imports:list` | ||
@@ -196,3 +196,3 @@ List all the created imports. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:list | ||
$ commercelayer imports:list | ||
@@ -227,3 +227,3 @@ OPTIONS | ||
ALIASES | ||
$ @commercelayer/cli-plugin-imports imp:list | ||
$ commercelayer imp:list | ||
@@ -238,3 +238,3 @@ EXAMPLES | ||
### `@commercelayer/cli-plugin-imports imports:types` | ||
### `commercelayer imports:types` | ||
@@ -245,3 +245,3 @@ Show online documentation for supported resources. | ||
USAGE | ||
$ @commercelayer/cli-plugin-imports imports:types | ||
$ commercelayer imports:types | ||
``` | ||
@@ -248,0 +248,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77641