make eqx-get-* more pretty with jq

master
Jeff Moe 3 years ago
parent ef6aa42631
commit 9e6c747c09

@ -4,5 +4,6 @@ packet \
capacity \ capacity \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
event \ event \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -3,6 +3,7 @@
packet \ packet \
facilities \ facilities \
--json \ --json \
get get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
organization \ organization \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
operating-systems \ operating-systems \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
plan \ plan \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -23,5 +23,6 @@ packet \
get \ get \
--project-id \ --project-id \
$EQXPROJECTID \ $EQXPROJECTID \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
project \ project \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
ssh-key \ ssh-key \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

@ -4,5 +4,6 @@ packet \
user \ user \
--json \ --json \
get \ get \
2>/dev/null 2>/dev/null \
| jq [.]

Loading…
Cancel
Save