make eqx-get-* more pretty with jq

master
Jeff Moe 3 years ago
parent ef6aa42631
commit 9e6c747c09

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save