signaldctl raw
make a request to signald
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]
-h, --help help for raw
--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