From 4e9f5e3a0306a03c561c64eb751916d20318a6b8 Mon Sep 17 00:00:00 2001 From: Cedric Blondeau Date: Sun, 27 Mar 2016 19:29:07 -0400 Subject: [PATCH] README update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ba1b1..48804e1 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ php bin/magento setup:upgrade php bin/magento catalog:import [-i|--images_path[="..."]] [-b|--behavior[="..."]] csv_file ``` -- `--images_path`: (default `pub/media/catalog/product`) +- `--images_path`: (default `pub/media/catalog/product`) must be a relative path starting from your Magento2 project root - `--behavior`: (default `append`) possible values: append, add_update, replace, delete +- csv_file: could be a relative or an absolute path to a valid CSV file ## Inspiration - https://github.com/magento/magento2-sample-data/tree/develop/app/code/Magento/ConfigurableSampleData