prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Upload Individual cartridges separately

Open himaanshu24 opened this issue 6 years ago • 7 comments

In Eclipse we can upload and an individual cartridge. This feature is useful when we do not need to upload all the cartridges and save a considerable amount of time.

Can we please have a right click on the following cartridges list and upload as needed. image

himaanshu24 avatar Apr 18 '18 06:04 himaanshu24

you can actually run npm run watch to auto upload the file

mgloder avatar Apr 28 '18 01:04 mgloder

Hi All,

Any luck with uploading individual custom cartridges?

Thanks in advance

SunilNM avatar Jul 30 '20 10:07 SunilNM

Hi. It's not implemented yet.

And it's not in top priority list. Could you clarify use case for the feature, please?

SqrTT avatar Aug 10 '20 07:08 SqrTT

Voting for this feature as well. It would be very convenient if we are able to specify a delta (a list with the most changed cartridges) and have the ability to update only those in the delta list, besides the Cleanup/Upload all functionality.

thesunlover avatar Nov 25 '21 12:11 thesunlover

Hi @himaanshu24 Is this requirenment not satisfied with "cartridge" option in dw.json?

So, for example, you can provide array of your frequently used cartridges and extension will watch/upload changes from only that list.

"cartridge": ["plugin_instorepickup", "app_storefront_base"],

sachin-upmanyu avatar Jan 14 '22 10:01 sachin-upmanyu

Hi all,

In my case it would be great if the extension would allow me to upload a cartridge that I have made a change to some file of that one. For example.

Cartridge path: CA:CB:CC

I want to add a new JS function to a JS file located inside CA cartridge, it would be great just to upload the cartridge of this modified file.

In my case at the moment in my project we have at least 45 cartridges and it is so difficult to upload all of them every time.

imollm avatar May 18 '23 20:05 imollm

Hi @imollm Currently the extension in case of creation file in cartridge upload only created file there and no need upload cartridge (or even all cartridges). Similarly if one file is changes then only one file is uploaded. If in your case different behavior then it's should be addressed.

SqrTT avatar May 19 '23 07:05 SqrTT