mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
63 lines
2.1 KiB
Markdown
63 lines
2.1 KiB
Markdown
|
# Table of contents
|
||
|
|
||
|
* [yq](README.md)
|
||
|
* [Upgrading from V3](upgrading-from-v3.md)
|
||
|
|
||
|
## Commands
|
||
|
|
||
|
* [Evaluate](commands/evaluate.md)
|
||
|
* [Evaluate All](commands/evaluate-all.md)
|
||
|
* [Shell Completion](commands/shell-completion.md)
|
||
|
|
||
|
***
|
||
|
|
||
|
* [Operators](operators/README.md)
|
||
|
* [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)
|
||
|
* [Comment Operators](operators/comment-operators.md)
|
||
|
* [Contains](operators/contains.md)
|
||
|
* [Create, Collect into Object](operators/create-collect-into-object.md)
|
||
|
* [Delete](operators/delete.md)
|
||
|
* [Document Index](operators/document-index.md)
|
||
|
* [Entries](operators/entries.md)
|
||
|
* [Env Variable Operators](operators/env-variable-operators.md)
|
||
|
* [Equals](operators/equals.md)
|
||
|
* [File Operators](operators/file-operators.md)
|
||
|
* [Has](operators/has.md)
|
||
|
* [Keys](operators/keys.md)
|
||
|
* [Length](operators/length.md)
|
||
|
* [Multiply (Merge)](operators/multiply-merge.md)
|
||
|
* [Path](operators/path.md)
|
||
|
* [Pipe](operators/pipe.md)
|
||
|
* [Recursive Descent (Glob)](operators/recursive-descent-glob.md)
|
||
|
* [Reduce](operators/reduce.md)
|
||
|
* [Select](operators/select.md)
|
||
|
* [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)
|
||
|
* [Working with Properties](usage/properties.md)
|
||
|
* [Working with JSON](usage/convert.md)
|
||
|
* [Front Matter](usage/front-matter.md)
|
||
|
* [GitHub Action](usage/github-action.md)
|
||
|
* [Tips, Tricks, Troubleshooting](usage/tips-and-tricks.md)
|
||
|
|
||
|
***
|
||
|
|
||
|
* [Github Page](https://github.com/mikefarah/yq)
|