1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/docs/OPTIONS.rst

84 lines
4.5 KiB
ReStructuredText
Raw Normal View History

2017-12-06 15:32:05 +00:00
Commandline options for trezorctl
=================================
See `EXAMPLES.rst <EXAMPLES.rst>`_ for examples on how to use.
Use the following command to see all options:
.. code::
trezorctl --help
.. code::
Usage: trezorctl [OPTIONS] COMMAND [ARGS]...
2018-12-27 23:18:04 +00:00
2017-12-06 15:32:05 +00:00
Options:
2018-12-24 12:27:55 +00:00
-p, --path TEXT Select device by specific path.
-v, --verbose Show communication messages.
-j, --json Print result as JSON object
--help Show this message and exit.
2018-12-27 23:18:04 +00:00
2017-12-06 15:32:05 +00:00
Commands:
2018-12-24 12:27:55 +00:00
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.
2018-12-27 23:18:04 +00:00
clear-session Clear session (remove cached PIN, passphrase, etc.).
2018-12-24 12:27:55 +00:00
cosi-commit Ask device to commit to CoSi signing.
cosi-sign Ask device to sign using CoSi.
decrypt-keyvalue Decrypt value by given key and path.
disable-passphrase Disable passphrase.
enable-passphrase Enable passphrase.
encrypt-keyvalue Encrypt value by given key and path.
ethereum-get-address Get Ethereum address in hex encoding.
ethereum-sign-message Sign message with Ethereum address.
2018-12-27 23:18:04 +00:00
ethereum-sign-tx Sign (and optionally publish) Ethereum transaction.
ethereum-verify-message Verify message signed with Ethereum address.
2018-12-24 12:27:55 +00:00
firmware-update Upload new firmware to device.
get-address Get address for specified path.
get-entropy Get example entropy.
2018-12-27 23:18:04 +00:00
get-features Retrieve device features and settings.
2018-12-24 12:27:55 +00:00
get-public-node Get public node of given path.
lisk-get-address Get Lisk address for specified path.
2018-12-27 23:18:04 +00:00
lisk-get-public-key Get Lisk public key for specified path.
2018-12-24 12:27:55 +00:00
lisk-sign-message Sign message with Lisk address.
lisk-sign-tx Sign Lisk transaction.
2018-12-27 23:18:04 +00:00
lisk-verify-message Verify message signed with Lisk address.
2018-12-24 12:27:55 +00:00
list List connected TREZOR devices.
2018-12-27 23:18:04 +00:00
load-device Load custom configuration to the device.
monero-get-address Get Monero address for specified path.
monero-get-watch-key Get Monero watch key for specified path.
2018-12-24 12:27:55 +00:00
nem-get-address Get NEM address for specified path.
2018-12-27 23:18:04 +00:00
nem-sign-tx Sign (and optionally broadcast) NEM transaction.
ontology-get-address Get Ontology address for specified path.
ontology-get-public-key Get Ontology public key for specified path.
2018-12-24 12:27:55 +00:00
ontology-sign-ont-id-add-attributes
2018-12-27 23:18:04 +00:00
Sign Ontology ONT ID Attributes adding.
2018-12-24 12:27:55 +00:00
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.
recovery-device Start safe recovery workflow.
2018-12-27 23:18:04 +00:00
reset-device Perform device setup and generate new seed.
2018-12-24 12:27:55 +00:00
ripple-get-address Get Ripple address
ripple-sign-tx Sign Ripple transaction
self-test Perform a self-test.
set-auto-lock-delay Set auto-lock delay (in seconds).
set-flags Set device flags.
set-homescreen Set new homescreen.
set-label Set new device label.
set-passphrase-source Set passphrase source.
set-u2f-counter Set U2F counter.
2018-12-27 23:18:04 +00:00
sign-message Sign message using address of given path.
2018-12-24 12:27:55 +00:00
sign-tx Sign transaction.
stellar-get-address Get Stellar public address
2018-12-27 23:18:04 +00:00
stellar-sign-transaction Sign a base64-encoded transaction envelope
2018-12-24 12:27:55 +00:00
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.
version Show version of trezorctl/trezorlib.
2018-12-27 23:18:04 +00:00
wipe-device Reset device to factory defaults and remove all private data.