mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
parent
a724251f8d
commit
e89e656b45
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -17,7 +17,7 @@ sudo ln -sf /opt/signal-cli-"${VERSION}"/bin/signal-cli /usr/local/bin/
|
|||
|
||||
## Usage
|
||||
|
||||
usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-system] {link,addDevice,listDevices,removeDevice,register,verify,send,quitGroup,updateGroup,receive,daemon} ...
|
||||
usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-system] {link,addDevice,listDevices,removeDevice,register,verify,send,quitGroup,updateGroup,listIdentities,trust,receive,daemon} ...
|
||||
|
||||
* Register a number (with SMS verification)
|
||||
|
||||
|
@ -86,6 +86,24 @@ usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-sys
|
|||
|
||||
signal-cli -u USERNAME removeDevice -d DEVICE_ID
|
||||
|
||||
* Manage trusted keys
|
||||
|
||||
* View all known keys
|
||||
|
||||
signal-cli -u USERNAME listIdentities
|
||||
|
||||
* View known keys of one number
|
||||
|
||||
signal-cli -u USERNAME listIdentities -n NUMBER
|
||||
|
||||
* Trust new key, after having verified it
|
||||
|
||||
signal-cli -u USERNAME trust -v FINGER_PRINT NUMBER
|
||||
|
||||
* Trust new key, without having verified it. Only use this if you don't care about security
|
||||
|
||||
signal-cli -u USERNAME trust -a NUMBER
|
||||
|
||||
## DBus service
|
||||
|
||||
signal-cli can run in daemon mode and provides an experimental dbus interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue