pandastrike / yaml-cli

A simple CLI for querying and updating YAML files
ISC License
86 stars 5 forks source link

escaping for property references #1

Open dyoder opened 8 years ago

dyoder commented 8 years ago

You can't reference a property with a . right now. Ex: foo\.bar.baz

dyoder commented 8 years ago

Do any of the various template engines handle this?