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
Side note for what I am trying to do, I am trying to "fix" yaml configurations so it meets my jobs requirements first and then trying to figure out how to only have yq modify the section I am working on instead of modifying the full file with indention changes. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Trying to get my keys to line up like the following using the -I0 flag
However I noticed that -I0 adds 4 spaces on each level, -I1 matches what -I2's output is
$ yq --version
yq (https://github.com/mikefarah/yq/) version v4.44.5
Operating system: Ubuntu 22.04.5 LTS x86_64
Input Yaml
Command
Actual behavior
Expected behavior
Side note for what I am trying to do, I am trying to "fix" yaml configurations so it meets my jobs requirements first and then trying to figure out how to only have yq modify the section I am working on instead of modifying the full file with indention changes. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: