I have followed the describe-contact-flow to export my contact flow content using AWS CLI.
Here is my CLI:
aws connect describe-contact-flow \
--instance-id myconnect \
--contact-flow-id <FLOW_1_ID> | jq '.ContactFlow.Content | fromjson'
But the result is much shorter and completely broke with missing components inside the JSON unlike the result which is exported from the Export (Beta) feature from the AWS Console.
From my point of view, I prefer using command line to help my work to be straightforward and simpler. Are there any solutions for this kind of issue?