- signal-cli -u USERNAME addDevice --uri "tsdevice:/…"
-
- The "tsdevice:/…" link is the one shown by the new signal-cli instance or contained in the QR code shown in Signal-Desktop or similar apps.
- Only the master device (that was registered directly, not linked) can add new devices.
-
- * Manage linked devices
-
- signal-cli -u USERNAME listDevices
-
- 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
-
-* Set configuration directory