2022-04-25 18:23:49 +02:00
|
|
|
# pw-cli
|
|
|
|
|
2023-12-28 12:41:47 -03:00
|
|
|
> Manage a PipeWire instance's modules, objects, nodes, devices, links and much more.
|
2025-06-27 08:50:49 +03:00
|
|
|
> See also: `wpctl`.
|
2024-05-09 22:10:04 +02:00
|
|
|
> More information: <https://docs.pipewire.org/page_man_pw-cli_1.html>.
|
2022-04-25 18:23:49 +02:00
|
|
|
|
2025-06-26 14:11:12 +03:00
|
|
|
- Print information of all object of a specific type:
|
2022-04-25 18:23:49 +02:00
|
|
|
|
2025-06-26 14:11:12 +03:00
|
|
|
`pw-cli {{[ls|list-objects]}} {{Node|Link|Port|Client|Device|Metadata|Factory|Module|Profiler|SecurityContext|Core}}`
|
2022-04-25 18:23:49 +02:00
|
|
|
|
|
|
|
- Print information about an object with a specific ID:
|
|
|
|
|
2025-06-26 14:11:12 +03:00
|
|
|
`pw-cli {{[i|info]}} {{4}}`
|
2022-04-25 18:23:49 +02:00
|
|
|
|
|
|
|
- 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]}}`
|