hofstadter-io / cuetils

CLI and library for diff, patch, and ETL operations on CUE, JSON, and Yaml
BSD 3-Clause "New" or "Revised" License
78 stars 6 forks source link

cmd/extract #34

Open verdverm opened 2 years ago

verdverm commented 2 years ago

Add an extract command that takes a CUE path and returns the result as a top level value, or maybe just add an -e flag?

Maybe we have some of this with the input.cue:path.to.value syntax at the cli?