pw-dump
linux
Dump PipeWire's current state as JSON, including the information on nodes, devices, modules, ports, and other objects. See also: `pw-mon`.
More info →Options (4)
-m, --monitorbooleanDump the current state monitoring changes, printing it again
Example:
pw-dump {{[-m|--monitor]}}-r, --remotebooleanDump the current state of a remote instance to a file
Example:
pw-dump {{[-r|--remote]}} {{remote_name}} > {{path/to/dump_file.json}}-C, --colorbooleanSet a color configuration
Example:
pw-dump {{[-C|--color]}} {{never|always|auto}}-h, --helpbooleanDisplay help
Example:
pw-dump {{[-h|--help]}}Examples (6)
Print a JSON representation of the default PipeWire instance's current state
Print a JSON representation of an object
pw-dump object_idDump the current state monitoring changes, printing it again
pw-dump [-m|--monitor]Dump the current state of a remote instance to a file
pw-dump [-r|--remote] remote_name > path/to/dump_file.jsonSet a color configuration
pw-dump [-C|--color] never|always|autoDisplay help
pw-dump [-h|--help]made by @shridhargupta | data from tldr-pages