]> git.ipfire.org Git - thirdparty/systemd.git/commit
busctl: add a --json= output mode
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Jul 2018 13:28:09 +0000 (15:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Oct 2018 12:07:38 +0000 (14:07 +0200)
commit9cebb234b187b468a1d7165e4505403386b45226
treed0eb66c308cbf5240e11f416f745318a4a544bdd
parent960d4b29d79425115a49f00ab2d3c681615e683c
busctl: add a --json= output mode

A new switch "-j" or "--json=" is added which transforms dbus
marshalling into json. This is extremely useful in combination with
tools such as "jq" to process bus calls further.
man/busctl.xml
src/busctl/busctl.c