mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
894 B
894 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. Eg. I wish I could use yq to [...]
Note:
- how to questions should be posted in the discussion board and not raised as an issue.
- 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.