1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 08:55:24 +02:00
tldr/pages/linux/pw-cli.md

26 lines
611 B
Markdown
Raw Normal View History

# pw-cli
> Manage a PipeWire instance's modules, objects, nodes, devices, links and much more.
> See also: `wpctl`.
> More information: <https://docs.pipewire.org/page_man_pw-cli_1.html>.
2025-06-26 14:11:12 +03:00
- Print information of all object of a specific type:
2025-06-26 14:11:12 +03:00
`pw-cli {{[ls|list-objects]}} {{Node|Link|Port|Client|Device|Metadata|Factory|Module|Profiler|SecurityContext|Core}}`
- Print information about an object with a specific ID:
2025-06-26 14:11:12 +03:00
`pw-cli {{[i|info]}} {{4}}`
- Print all objects' information:
2025-06-26 14:11:12 +03:00
`pw-cli {{[i|info]}} all`
- Monitor for object changes:
`pw-cli {{[-m|--monitor]}}`
- Display help:
`pw-cli {{[h|help]}}`