From 500ee98a486a963324ed30ff9c3a582ad8d9a32a Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 3 Mar 2025 15:23:47 +1100 Subject: [PATCH] Removing old notice --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index ca763dcc..a081850d 100644 --- a/README.md +++ b/README.md @@ -4,27 +4,6 @@ a lightweight and portable command-line YAML processor. `yq` uses [jq](https://g yq is written in go - so you can download a dependency free binary for your platform and you are good to go! If you prefer there are a variety of package managers that can be used as well as docker, all listed below. -## Notice for v4.x versions prior to 4.18.1 -Since 4.18.1, yq's 'eval/e' command is the _default_ command and no longers needs to be specified. - -Older versions will still need to specify 'eval/e'. - -Similarly, '-' is no longer required as a filename to read from STDIN (unless reading from multiple files). - -TLDR: - -Prior to 4.18.1 -```bash -cat file.yaml | yq e '.cool' - -``` - -4.18+ -```bash -cat file.yaml | yq '.cool' -``` - -When merging multiple files together, `eval-all/ea` is still required to tell `yq` to run the expression against all the documents at once. - ## Quick Usage Guide Read a value: