2021-10-30 03:14:39 +00:00
|
|
|
# Table of contents
|
|
|
|
|
|
|
|
* [yq](README.md)
|
2021-11-03 02:33:58 +00:00
|
|
|
* [How It Works](how-it-works.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Upgrading from V3](upgrading-from-v3.md)
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
* [Evaluate](commands/evaluate.md)
|
|
|
|
* [Evaluate All](commands/evaluate-all.md)
|
|
|
|
* [Shell Completion](commands/shell-completion.md)
|
|
|
|
|
|
|
|
***
|
|
|
|
|
2021-11-14 06:01:55 +00:00
|
|
|
* [Operators](operators/README.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Add](operators/add.md)
|
|
|
|
* [Alternative (Default value)](operators/alternative-default-value.md)
|
|
|
|
* [Anchor and Alias Operators](operators/anchor-and-alias-operators.md)
|
|
|
|
* [Assign (Update)](operators/assign-update.md)
|
|
|
|
* [Boolean Operators](operators/boolean-operators.md)
|
|
|
|
* [Collect into Array](operators/collect-into-array.md)
|
2022-02-27 01:10:01 +00:00
|
|
|
* [Column](operators/column.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Comment Operators](operators/comment-operators.md)
|
|
|
|
* [Contains](operators/contains.md)
|
|
|
|
* [Create, Collect into Object](operators/create-collect-into-object.md)
|
2022-02-15 03:16:04 +00:00
|
|
|
* [Date Time](operators/datetime.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Delete](operators/delete.md)
|
|
|
|
* [Document Index](operators/document-index.md)
|
2021-10-30 04:49:10 +00:00
|
|
|
* [Encode / Decode](operators/encode-decode.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Entries](operators/entries.md)
|
|
|
|
* [Env Variable Operators](operators/env-variable-operators.md)
|
|
|
|
* [Equals](operators/equals.md)
|
2022-02-06 03:46:52 +00:00
|
|
|
* [Eval](operators/eval.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [File Operators](operators/file-operators.md)
|
2021-10-30 04:52:05 +00:00
|
|
|
* [Flatten](operators/flatten.md)
|
2021-10-30 04:00:37 +00:00
|
|
|
* [Group By](operators/group-by.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Has](operators/has.md)
|
|
|
|
* [Keys](operators/keys.md)
|
|
|
|
* [Length](operators/length.md)
|
2022-02-27 01:10:01 +00:00
|
|
|
* [Line](operators/line.md)
|
2021-11-24 00:15:42 +00:00
|
|
|
* [Load](operators/load.md)
|
2021-12-04 03:08:16 +00:00
|
|
|
* [Map](operators/map.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Multiply (Merge)](operators/multiply-merge.md)
|
2021-11-24 00:15:42 +00:00
|
|
|
* [Parent](operators/parent.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Path](operators/path.md)
|
2022-03-10 04:44:35 +00:00
|
|
|
* [Pick](operators/pick.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Pipe](operators/pipe.md)
|
|
|
|
* [Recursive Descent (Glob)](operators/recursive-descent-glob.md)
|
|
|
|
* [Reduce](operators/reduce.md)
|
2022-02-27 01:10:01 +00:00
|
|
|
* [Reverse](operators/reverse.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Select](operators/select.md)
|
2021-12-04 03:08:16 +00:00
|
|
|
* [Sort](operators/sort.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Sort Keys](operators/sort-keys.md)
|
|
|
|
* [Split into Documents](operators/split-into-documents.md)
|
|
|
|
* [String Operators](operators/string-operators.md)
|
|
|
|
* [Style](operators/style.md)
|
|
|
|
* [Subtract](operators/subtract.md)
|
|
|
|
* [Tag](operators/tag.md)
|
|
|
|
* [Traverse (Read)](operators/traverse-read.md)
|
|
|
|
* [Union](operators/union.md)
|
|
|
|
* [Unique](operators/unique.md)
|
|
|
|
* [Variable Operators](operators/variable-operators.md)
|
|
|
|
* [With](operators/with.md)
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
* [Output format](usage/output-format.md)
|
2021-12-04 03:08:16 +00:00
|
|
|
* [Working with CSV, TSV](usage/csv-tsv.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Working with JSON](usage/convert.md)
|
2022-02-27 01:10:01 +00:00
|
|
|
* [Working with Properties](usage/properties.md)
|
2022-01-22 01:13:15 +00:00
|
|
|
* [Working with XML](usage/xml.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [Front Matter](usage/front-matter.md)
|
2021-10-30 05:10:35 +00:00
|
|
|
* [Split into multiple files](usage/split-into-multiple-files.md)
|
2021-10-30 03:14:39 +00:00
|
|
|
* [GitHub Action](usage/github-action.md)
|
|
|
|
* [Tips, Tricks, Troubleshooting](usage/tips-and-tricks.md)
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
* [Github Page](https://github.com/mikefarah/yq)
|