Open JuliaJacobUbi opened 4 years ago
There is, please see https://github.com/SalesforceCommerceCloud/sfcc-ci/issues/122. Can you please add your use case and describe, what you'd like to download and for what purpose?
@tobiaslohr Our use case is to get service credentials from a testing environment for a new sandbox setup automation.
We store useful/test data in code repo so it's easy to use it for a new sandbox setup with upload/import, but all service credentials/assignments are currently imported to sandbox manually from testing env.
I thought we can automate it with sfcc-ci, but now I see that we have to write custom code to download exported service creds to then upload/import with help of sfcc-ci.
Hi Team! Running into the same issue wondering if there is any update on this. Thank you!
Hi @candicepeters, the main discussion you can find at #122 and #41 respectively. A subsequent JS API (like sfcc.webdav.download) would make a lot of sense. However, so far nobody has contributed that functionality and I can only encourage you to contribute that as a new functionality.
@candicepeters Looking at https://github.com/SalesforceCommerceCloud/sfcc-ci/blob/master/lib/webdav.js#L110 there is actually something already we could piggy-back on.
I saw that you've developed
sfcc.webdav.upload
butsfcc.webdav.download
is not available, is it something planned on a roadmap or not at all ?Thank you in advance