diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-10-04 08:46:42 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-04 11:09:26 +0000 |
commit | 01eb0d2747297b9644785ca8f296406402871143 (patch) | |
tree | 594f19b5c5b7addfc571db01098dc9c25e2e2242 /debian/control | |
parent | 4e42e5a0b624d39a13ae909c5ad3045ddfae1e47 (diff) | |
download | vyos-user-utils-01eb0d2747297b9644785ca8f296406402871143.tar.gz vyos-user-utils-01eb0d2747297b9644785ca8f296406402871143.zip |
T5632: Add user-util jq to parse JSON files from sh
Add useful tool "jq" to parse JSON files from sh scripts.
echo '{"system": "VyOS", "rate": 100}' | jq '.system'
"VyOS"
(cherry picked from commit eb272121fce945381304ff8f233d3b054eda6f46)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0b8e4f7..83f14a7 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: iotop, ipcalc, irqtop, + jq, libnss-myhostname, localepurge, lsof, |