signaldctl subscribe
subscribe to incoming messages from signald
subscribe to incoming messages from signald.
if no default account is set, the -a/--account argument is required.
the default output format (-o default) is being worked on, subject to change and should not be relied upon. Thoughts? come by the #signald IRC/matrix room
if you want to future-proof your scripts, use json output (-o json) and parse it.
signaldctl subscribe [flags]
-a, --account string the signald account to use
-h, --help help for subscribe
--config string config file (default "~/.config/signaldctl.yaml")
-o, --output-format string the output format. options are usually table, yaml and json, default is usually table. Some commands have other options. (default "default")
--socket string the path to the signald socket file (default "/var/run/signald/signald.sock")
- signaldctl - Interact with a running signald instance