You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [...]
have custom indent for list/arrays.
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: Australiaprovince: spacecitizen:
- 1
- 2
And we run a command:
yq --no-list-indent '.' data1.yml
it could output
country: Australiaprovince: spacecitizen:
- 1
- 2
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
yq --list-indent 0 '.' data1.yml
Additional context
Add any other context or screenshots about the feature request here.
Would like to avoid indent changes to original file. openshift/oadp-operator#796
The text was updated successfully, but these errors were encountered:
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 [...]
have custom indent for list/arrays.
related to #194
Note:
Describe the solution you'd like
If we have data1.yml like:
(please keep to around 10 lines )
And we run a command:
yq --no-list-indent '.' data1.yml
it could output
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
yq --list-indent 0 '.' data1.yml
Additional context
Add any other context or screenshots about the feature request here.
Would like to avoid indent changes to original file.
openshift/oadp-operator#796
The text was updated successfully, but these errors were encountered: