Updated the README to be a bit more fun

This commit is contained in:
2024-10-29 18:50:47 -06:00
parent 1f8d72c939
commit b4777d7398
+1 -1
View File
@@ -144,7 +144,7 @@ Options:
-h, --help Print help -h, --help Print help
``` ```
**Usage Tip:** The CLI is even more powerful and useful when used in conjunction with the `jq` CLI tool. This allows you to parse the JSON response from the Managarr CLI and use it in your scripts; For example, to extract the `movieId` of the movie "Ad Astra", you would run: **Pro Tip:** The CLI is even more powerful and useful when used in conjunction with the `jq` CLI tool. This allows you to parse the JSON response from the Managarr CLI and use it in your scripts; For example, to extract the `movieId` of the movie "Ad Astra", you would run:
```shell ```shell
$ managarr radarr list movies | jq '.[] | select(.title == "Ad Astra") | .id' $ managarr radarr list movies | jq '.[] | select(.title == "Ad Astra") | .id'