1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/linux/pw-cli.md
Vitor Henrique ac06e8b23d
pw-cli: use a more clear description instead of a generic one (#11887)
* pw-cli: improve description

* Update pages.pt_BR/linux/pw-cli.md

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-28 12:41:47 -03:00

389 B

pw-cli

Manage a PipeWire instance's modules, objects, nodes, devices, links and much more. More information: https://docs.pipewire.org/page_man_pw_cli_1.html.

  • 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