Is there a way to view compiled/parsed movefile.yml? #669
Unanswered
alexanderkladov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experimenting with using a bunch of anchors, ERB variables & conditionals to standardize/abstract & DRY-out my master movefile config template. But it's proving very challenging, because I don't see any way to preview the resulting final/processed YAML configuration.
I want to make sure the Wordmove is parsing everything correctly. Is there a way to view the final parsed config data (i.e. exactly what Wordmove sees when it's ready to pull/push)?
I can't use any regular YAML parsers or validators, because I am using ERB vars & conditionals and those throw errors. I just want to know what Wordmove knows, after it's done processing my movefile.yml. Tell me your secrets, Wordmove! 😄
Beta Was this translation helpful? Give feedback.
All reactions