mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-23 14:16:10 +00:00
Man page wip
This commit is contained in:
parent
0436b77d91
commit
948399f163
@ -1,9 +1,11 @@
|
|||||||
# NAME
|
# NAME
|
||||||
*yq* - Command-line yaml processor
|
*yq* is a portable command-line YAML processor (https://github.com/mikefarah/yq/)
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
a lightweight and portable command-line YAML processor. `yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml files as well as json. It doesn't yet support everything `jq` does - but it does support the most common operations and functions, and more is being added continuously.
|
a lightweight and portable command-line YAML processor. `yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml files as well as json. It doesn't yet support everything `jq` does - but it does support the most common operations and functions, and more is being added continuously.
|
||||||
|
|
||||||
|
This documentation is also available at https://mikefarah.gitbook.io/yq/.
|
||||||
|
|
||||||
# QUICK GUIDE
|
# QUICK GUIDE
|
||||||
|
|
||||||
## Read a value:
|
## Read a value:
|
||||||
|
@ -18,4 +18,4 @@ for f in ./pkg/yqlib/doc/*.md; do
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
pandoc --variable=title:"yq" --variable=author:"Mike Farah" --standalone --to man man.md -o yq.1
|
pandoc --variable=title:"yq" --variable=section:"1" --variable=author:"Mike Farah" --standalone --to man man.md -o yq.1
|
Loading…
Reference in New Issue
Block a user