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

signaldctl raw

signaldctl raw

make a request to signald

Synopsis

make a raw request to signald, returning the result. If request data is not provided via command line argument labeled "json", it must be provided via stdin.

Example usage:

signaldctl raw v1 get_profile '{"account": "+12024561414", "address": {"number": "+12024561111"}}'
signaldctl raw version type [json] [flags]

Options

  -h, --help   help for raw

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