SqrTT / prophet

Prophet Debugger (SFCC sandboxes via SDAPI 2.0) extension for VS Code
https://marketplace.visualstudio.com/items?itemName=SqrTT.prophet
Other
144 stars 59 forks source link

Cartridge array in dw.json is ignored. #27

Closed ghgofort closed 7 years ago

ghgofort commented 7 years ago

When I use the uploader included in the prophet package the cartridges array that is specified in my dw.json file is ignored and all the folders in the project directory are uploaded/watched instead.

The settings in the dw.json file work without issue when I use the dwupload package from the terminal.

Screen Shot of the Prophet Uploader output: image

// dw.json
{
  "hostname": "dw25-web-********.demandware.net", // Modified for Posting
  "username": "*********", // Removed for Posting
  "password": "*********", // Removed for Posting
  "code-version": "VSCode",
  "cartridge": [
    "app_blogparser",
    "app_cssuite_2_0",
    "app_ctr",
    "app_loyalty",
    "app_ordershippingstatus",
    "app_returns",
    "app_spc",
    "app_translation",
    "bc_filemonitoring",
    "bc_integrationframework",
    "bm_adyen",
    "bm_catalogreducer",
    "bm_instore",
    "bm_tools",
    "core_commerce",
    "core_commerce_richUI",
    "core_controllers",
    "core_deckers",
    "int_3DS",
    "int_accertify",
    "int_adyen",
    "int_affiliatewindow",
    "int_bizrate_survey",
    "int_buildmanager",
    "int_channeladvisor",
    "int_CJ",
    "int_csvexport",
    "int_customerexporttool",
    "int_DCD_avatax",
    "int_DPDPickup",
    "int_googleFeed",
    "int_hreflang_sitemap",
    "int_powerreviews",
    "int_QAS",
    "int_simplefeeds",
    "int_sitecatalog",
    "int_taxclass",
    "int_tealium",
    "int_translation",
    "int_truefit",
    "site_hoka_v2",
    "site_koolaburra",
    "site_sanuk",
    "site_services",
    "site_teva_us",
    "site_teva_sanuk",
    "site_ugg_closet",
    "site_ugg_us"
  ]
}

Folder Structure:

SqrTT commented 7 years ago

thanks for reporting, I'll take a look. Small question: are you on MacOS? (I've heard that MacOS users have such issue)

SqrTT commented 7 years ago

the issue should be fixed in v0.7.0. Could you please confirm that issue is fixed?

ghgofort commented 7 years ago

@SqrTT - This issue is resolved with the new release. Thanks for the quick response. BTW, I am on MAC OSX.

SqrTT commented 7 years ago

thanx, closing