This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Define environment specific assets in ml-config.xml #692
Closed
Description
Request from a customer :
Have an optional attribute in Roxy assets which defines environments that are allowed to use that asset.
ex:
This asset would only be deployed/wiped on dev environment:
<role @environment='dev'/>
This asset would only be deployed/wiped on local and dev environment:
<user @environment='local,dev'>
While you can do this with using a different ml-config,xml for each environment, it would be much more condensed to manage assets like this within a single ml-config.xml file.