You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
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.