SAP / cloud-mta

Built-in tools to work with Multi-Target-Application (MTA) projects
Apache License 2.0
22 stars 10 forks source link

[Feat] Support mtaext files in mta read operations #173

Closed tal-sapan closed 3 years ago

tal-sapan commented 3 years ago

The extensions are sent in parameter "-x" or "--extensions". Currently, don't perform validations on the mtaext files except unmarshalling and during the merge itself. Use the partial result if errors occurs during the merge and return the errors in a "messages" property on the result. When using mtaext files, the hash is not returned to ensure the write operations are performed on the data from the mta.yaml alone.

Also: move function readFile to file_ops and remove its duplications, and rename some variables used in commands.

Checklist