cf-mta-examples icon indicating copy to clipboard operation
cf-mta-examples copied to clipboard

Example: Content deployment - no information on the structure of the content.zip archive

Open IObert opened this issue 5 years ago • 0 comments

The readme file only mentions that there should be a zip archive containing the web apps but it doesn't specify more. I went ahead and downloaded the archive from https://github.com/SAP-samples/cf-mta-examples/tree/master/content-deployment/content to investigate its internal structure.

I saw that it uses the following structure:

content.zip
|── webapp1.zip
|── webapp2.zip
|── webapp3.zip
|   |── manifest.json
|   |── xs-app.json
|   |──  ...

My ask would be to add this information to the readme to make it easier to find.

IObert avatar Feb 05 '20 15:02 IObert