I’d like to run a0deploy export
but not overwrite variables in my existing yaml file. For example I have ##ALLOWED_WEB_ORIGINS##
in my local yaml file that references the value in AUTH0_KEYWORD_REPLACE_MAPPINGS
in config.json.
Essentially I’d like to export changes from our sandbox environment and deploy to production via a0deploy import
. Are there any ideas for how to do this better?