Simplified yq usage

This commit is contained in:
Mike Farah
2022-01-28 12:50:13 +11:00
parent 9896245f71
commit 2e3f5e410e
10 changed files with 48 additions and 46 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Compatible structures is either an array of scalars (strings/numbers/booleans),
then
```bash
yq e '.' -o=csv sample.yaml
yq '.' -o=csv sample.yaml
```
will output:
@@ -29,7 +29,7 @@ because,excel,is,cool
Similarly, for tsv:
```bash
yq e '.' -o=tsv sample.yaml
yq '.' -o=tsv sample.yaml
```
will output: