pw-cli
linux
Manage a PipeWire instance's modules, objects, nodes, devices, links, and much more. See also: `wpctl`.
More info →Options (4)
booleanPrint information of all object of a specific type
Example:
pw-cli {{[ls|list-objects]}} {{Node|Link|Port|Client|Device|Metadata|Factory|Module|Profiler|SecurityContext|Core}}booleanPrint information about an object with a specific ID
Example:
pw-cli {{[i|info]}} {{4}}-m, --monitorbooleanMonitor for object changes
Example:
pw-cli {{[-m|--monitor]}}booleanDisplay help
Example:
pw-cli {{[h|help]}}Examples (5)
Print information of all object of a specific type
pw-cli [ls|list-objects] Node|Link|Port|Client|Device|Metadata|Factory|Module|Profiler|SecurityContext|CorePrint information about an object with a specific ID
pw-cli [i|info] 4Print all objects' information
pw-cli [i|info] allMonitor for object changes
pw-cli [-m|--monitor]Display help
pw-cli [h|help]made by @shridhargupta | data from tldr-pages