signald
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

signaldctl subscribe

signaldctl subscribe

subscribe to incoming messages from signald

Synopsis

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]

Options

  -a, --account string   the signald account to use
  -h, --help             help for subscribe

Options inherited from parent commands

      --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")

SEE ALSO

  • signaldctl - Interact with a running signald instance