summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-10-04 08:46:42 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-10-04 11:10:28 +0000
commit6305464645c70dc98533efce4d85194620e6a575 (patch)
tree77bf8a8dd71beb65183063c04bee5331ccd2eb04
parent64ee030f7227de0805264e1a848bc27f027466bb (diff)
downloadvyos-user-utils-6305464645c70dc98533efce4d85194620e6a575.tar.gz
vyos-user-utils-6305464645c70dc98533efce4d85194620e6a575.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) # Conflicts: # debian/control
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f92edbf..4640e15 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,11 @@ Depends:
iftop,
iotop,
irqtop,
+<<<<<<< HEAD
ipcalc,
+=======
+ jq,
+>>>>>>> eb27212 (T5632: Add user-util jq to parse JSON files from sh)
libnss-myhostname,
lsof,
localepurge,