mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
814 B
814 B
name | about | title | labels | assignees |
---|---|---|---|---|
Feature request - V4 | Suggest an idea for this project | enhancement v4 |
Please describe your feature request. A clear and concise description of what the request is and what it would solve. Ex. I wish I could use yq to [...]
Please note that V3 will no longer have any enhancements.
Describe the solution you'd like If we have data1.yml like: (please keep to around 10 lines )
country: Australia
And we run a command:
yq eval 'predictWeatherOf(.country)'
it could output
temp: 32
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.