From 7abb9d313de84c00f4d20b721a377c34c26564e3 Mon Sep 17 00:00:00 2001 From: Martin Matous <18654729+mmatous@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:23:49 +0200 Subject: [PATCH] pw-cli: add page (#8029) * pw-cli: add page Signed-off-by: Martin Matous * Update pages/linux/pw-cli.md Co-authored-by: Emily Grace Seville * Update pages/linux/pw-cli.md Co-authored-by: Emily Grace Seville Co-authored-by: Emily Grace Seville --- pages/linux/pw-cli.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/pw-cli.md diff --git a/pages/linux/pw-cli.md b/pages/linux/pw-cli.md new file mode 100644 index 000000000..7435eca0f --- /dev/null +++ b/pages/linux/pw-cli.md @@ -0,0 +1,16 @@ +# pw-cli + +> The PipeWire Command Line Interface. +> More information: . + +- Print all nodes (sinks and sources) along with their IDs: + +`pw-cli list-objects Node` + +- Print information about an object with a specific ID: + +`pw-cli info {{4}}` + +- Print all objects' information: + +`pw-cli info all`