Hi team, I have a question regarding automation:
Scenario: a visualization title is modified in our Test environment
We would like to automate the following workflow:
• Pull which visualizations have changed in our Test environment
• Inspect changes in the visualization definition
• Push the updated visualization to our Prod environment
Current challenges:
• To understand what has changed in our Test environment, currently it seems like our only option is to pull the entire workspace definition. This object is quite large and the ordering of keys is not consistent, which makes it hard to inspect/diff.
• The nested structure generated by the CLI is friendlier, but we're not able to use this for a production workflow since it's still in beta
What is the current recommended approach to handle this workflow?
Thanks!