Fix paste error.i
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary 2023-02-20 14:07:40 -08:00
parent 3b22787249
commit 52beaec19f
1 changed files with 1 additions and 4 deletions

View File

@ -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.