Replies: 1 comment
-
Hi @dagap, could you please give a specific example? Given a yaml file like the below, what output are you looking for? foo: bar
baz:
qux: frob
zoink:
- zap Are you interested in a list of the dotpath addresses of all the nodes in this config? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a requirement where I am using the
compose
API in FB Hydra (https://hydra.cc/docs/advanced/compose_api/)Here, the
overrides
parameter is in a dotlist format. I was wondering if there is an easy way to generate this from a supplied YAML file or a dictionary?Beta Was this translation helpful? Give feedback.
All reactions