prophet
prophet copied to clipboard
Upload Individual cartridges separately
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.
you can actually run npm run watch
to auto upload the file
Hi All,
Any luck with uploading individual custom cartridges?
Thanks in advance
Hi. It's not implemented yet.
And it's not in top priority list. Could you clarify use case for the feature, please?
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.
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"],
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.
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.