From 52beaec19fbb1b64d46b8fc1f224bd4b2f3e2a82 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Mon, 20 Feb 2023 14:07:40 -0800 Subject: [PATCH] Fix paste error.i --- docs/abra/cheat-sheet.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/abra/cheat-sheet.md b/docs/abra/cheat-sheet.md index 532bd1f..6e3cf21 100644 --- a/docs/abra/cheat-sheet.md +++ b/docs/abra/cheat-sheet.md @@ -53,10 +53,7 @@ flags: `-p/--publish`, `-r/--dry-run`, `-x,y,z` ### Advanced Listing using `jq` -Several `abra` commands can output JSON formatted tables, and can thus be queried and filtered with the tool [jq](https://stedolan.github.io/jq/ "jq JSON Query tool"). We can also format these outputs with [t - -11:51 -v](https://github.com/uzimaru0000/tv "tv Table Viewer") into a pretty table. +Several `abra` commands can output JSON formatted tables, and can thus be queried and filtered with the tool [jq](https://stedolan.github.io/jq/ "jq JSON Query tool"). We can also format these outputs with [tv](https://github.com/uzimaru0000/tv "tv Table Viewer") into a pretty table. Currently, `abra recipe ls`, `abra server ls`, and `abra app ls` support the `-m` machine readable output flag which outputs JSON.