X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/cb5e3c6bf748c9d020218033eabdcc3c5680c81a..9c517336c3d840d001859d5cf7db7bb94311791d:/man/signal-cli.1.adoc?ds=sidebyside diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index d60ef3ad..9b6ec2db 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -31,16 +31,19 @@ In daemon mode messages are continuously received. *-h*, *--help*:: Show help message and quit. -*-v*, *--version*:: +*--version*:: Print the version and quit. -*--verbose*:: +*-v*, *--verbose*:: Raise log level and include lib signal logs. *--log-file* LOG_FILE:: Write log output to the given file. If `--verbose` is also given, the detailed logs will only be written to the log file. +*--scrub-log*:: +Scrub possibly sensitive information from the log, like phone numbers and UUIDs. + *--config* CONFIG:: Set the path, where to store the config. Make sure you have full read/write access to the given directory. @@ -224,14 +227,14 @@ Specify the recipient group ID in base64 encoding. *-m* MESSAGE, *--message* MESSAGE:: Specify the message. -Currently, signal-cli reads the message from stdin if `-m` is missing, but this will change in a future version and the explicit flag `--message-from-stdin` should be used instead. *--message-from-stdin*:: Read the message from standard input. *-a* [ATTACHMENT [ATTACHMENT ...]], *--attachment* [ATTACHMENT [ATTACHMENT ...]]:: Add one or more files as attachment. -Can be either a file path or a data URI. Data URI encoded attachments must follow the RFC 2397. +Can be either a file path or a data URI. +Data URI encoded attachments must follow the RFC 2397. Additionally a file name can be added: e.g.: `data:;filename=;base64,` @@ -258,8 +261,7 @@ Specify the mentions of the original message (same format as `--mention`). *--preview-url*:: Specify the url for the link preview. -The same url must also appear in the message body, otherwise the preview won't be -displayed by the apps. +The same url must also appear in the message body, otherwise the preview won't be displayed by the apps. *--preview-title*:: Specify the title for the link preview (mandatory). @@ -357,9 +359,14 @@ In json mode this is outputted as one json object per line. *-t* TIMEOUT, *--timeout* TIMEOUT:: Number of seconds to wait for new messages (negative values disable timeout). Default is 5 seconds. + *--ignore-attachments*:: Don’t download attachments of received messages. +*--ignore-stories*:: +Don’t receive story messages from the server. + + *--send-read-receipts*:: Send read receipts for all incoming data messages (in addition to the default delivery receipts) @@ -637,6 +644,9 @@ See signal-cli-jsonrpc (5) for info on the JSON-RPC interface. *--ignore-attachments*:: Don’t download attachments of received messages. +*--ignore-stories*:: +Don’t receive story messages from the server. + *--send-read-receipts*:: Send read receipts for all incoming data messages (in addition to the default delivery receipts)