1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

docs: update OPTIONS.rst

This commit is contained in:
Pavol Rusnak 2018-12-24 13:27:55 +01:00
parent e9b7ecd97f
commit a9f39b94a5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -9,52 +9,61 @@ Use the following command to see all options:
trezorctl --help trezorctl --help
.. code:: .. code::
Usage: trezorctl [OPTIONS] COMMAND [ARGS]... Usage: trezorctl [OPTIONS] COMMAND [ARGS]...
Options: Options:
-t, --transport [usb|udp|pipe|bridge] -p, --path TEXT Select device by specific path.
Select transport used for communication.
-p, --path TEXT Select device by transport-specific path.
-v, --verbose Show communication messages. -v, --verbose Show communication messages.
-j, --json Print result as JSON object -j, --json Print result as JSON object
--help Show this message and exit. --help Show this message and exit.
Commands: Commands:
backup-device Perform device seed backup. backup-device Perform device seed backup.
cardano-get-address Get Cardano address.
cardano-get-public-key Get Cardano public key.
cardano-sign-tx Sign Cardano transaction.
change-pin Change new PIN or remove existing. change-pin Change new PIN or remove existing.
clear-session Clear session (remove cached PIN, passphrase,... clear-session Clear session (remove cached PIN,...
cosi-commit Ask device to commit to CoSi signing. cosi-commit Ask device to commit to CoSi signing.
cosi-sign Ask device to sign using CoSi. cosi-sign Ask device to sign using CoSi.
decrypt-keyvalue Decrypt value by given key and path. decrypt-keyvalue Decrypt value by given key and path.
decrypt-message Decrypt message.
disable-passphrase Disable passphrase. disable-passphrase Disable passphrase.
enable-passphrase Enable passphrase. enable-passphrase Enable passphrase.
encrypt-keyvalue Encrypt value by given key and path. encrypt-keyvalue Encrypt value by given key and path.
encrypt-message Encrypt message.
ethereum-get-address Get Ethereum address in hex encoding. ethereum-get-address Get Ethereum address in hex encoding.
ethereum-sign-message Sign message with Ethereum address. ethereum-sign-message Sign message with Ethereum address.
ethereum-sign-tx Sign (and optionally publish) Ethereum... ethereum-sign-tx Sign (and optionally publish)...
ethereum-verify-message Verify message signed with Ethereum address. ethereum-verify-message Verify message signed with Ethereum...
firmware-update Upload new firmware to device (must be in... firmware-update Upload new firmware to device.
get-address Get address for specified path. get-address Get address for specified path.
get-entropy Get example entropy. get-entropy Get example entropy.
get-features Retrieve device features and settings. get-features Retrieve device features and...
get-public-node Get public node of given path. get-public-node Get public node of given path.
lisk-get-address Get Lisk address for specified path. lisk-get-address Get Lisk address for specified path.
lisk-get-public-key Get Lisk public key for specified path. lisk-get-public-key Get Lisk public key for specified...
lisk-sign-message Sign message with Lisk address. lisk-sign-message Sign message with Lisk address.
lisk-sign-tx Sign Lisk transaction. lisk-sign-tx Sign Lisk transaction.
lisk-verify-message Verify message signed with Lisk address. lisk-verify-message Verify message signed with Lisk...
list List connected TREZOR devices. list List connected TREZOR devices.
load-device Load custom configuration to the device. load-device Load custom configuration to the...
monero-get-address Get Monero address for specified...
monero-get-watch-key Get Monero watch key for specified...
nem-get-address Get NEM address for specified path. nem-get-address Get NEM address for specified path.
nem-sign-tx Sign (and optionally broadcast) NEM transaction. nem-sign-tx Sign (and optionally broadcast) NEM...
ontology-get-address Get Ontology address for specified...
ontology-get-public-key Get Ontology public key for specified...
ontology-sign-ont-id-add-attributes
Sign Ontology ONT ID Attributes...
ontology-sign-ont-id-register Sign Ontology ONT ID Registration.
ontology-sign-transfer Sign Ontology transfer.
ontology-sign-withdraw-ong Sign Ontology withdraw Ong.
ping Send ping message. ping Send ping message.
recovery-device Start safe recovery workflow. recovery-device Start safe recovery workflow.
reset-device Perform device setup and generate new seed. reset-device Perform device setup and generate new...
ripple-get-address Get Ripple address
ripple-sign-tx Sign Ripple transaction
self-test Perform a self-test. self-test Perform a self-test.
set-auto-lock-delay Set auto-lock delay (in seconds). set-auto-lock-delay Set auto-lock delay (in seconds).
set-flags Set device flags. set-flags Set device flags.
@ -62,11 +71,13 @@ Use the following command to see all options:
set-label Set new device label. set-label Set new device label.
set-passphrase-source Set passphrase source. set-passphrase-source Set passphrase source.
set-u2f-counter Set U2F counter. set-u2f-counter Set U2F counter.
sign-message Sign message using address of given path. sign-message Sign message using address of given...
sign-tx Sign transaction. sign-tx Sign transaction.
stellar-get-address Get Stellar public address stellar-get-address Get Stellar public address
stellar-get-public-key Get Stellar public key stellar-sign-transaction Sign a base64-encoded transaction...
stellar-sign-transaction Sign a base64-encoded transaction envelope tezos-get-address Get Tezos address for specified path.
tezos-get-public-key Get Tezos public key.
tezos-sign-tx Sign Tezos transaction.
verify-message Verify message. verify-message Verify message.
version Show version of trezorctl/trezorlib. version Show version of trezorctl/trezorlib.
wipe-device Reset device to factory defaults and remove all... wipe-device Reset device to factory defaults and...