Output format
Flags to control yaml and json output format
Color
Pretty Print
Indent
apples:
collection:
- name: Green
- name: Blue
favourite: Pink LadyUnwrap scalars
Last updated
Flags to control yaml and json output format
apples:
collection:
- name: Green
- name: Blue
favourite: Pink LadyLast updated
yq -I4 sample.yamlapples:
collection:
- name: Green
- name: Blue
favourite: Pink Ladyyq -j -I4 sample.yaml{
"apples": {
"collection": [
{
"name": "Green"
},
{
"name": "Blue"
}
],
"favourite": "Pink Lady"
}
}a: "Things" # cool stuff"Things" # cool stuffThings