A0deploy export and maintaining keyword replacements

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?

Never mind, I see there’s an open issue: Preserve keyword replacement during export · Issue #328 · auth0/auth0-deploy-cli · GitHub :face_with_diagonal_mouth: