mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
python: regenerate OPTIONS.rst
This commit is contained in:
parent
fabd504b77
commit
687c32e267
@ -26,36 +26,41 @@ on one page here.
|
|||||||
Usage: trezorctl [OPTIONS] COMMAND [ARGS]...
|
Usage: trezorctl [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-p, --path TEXT Select device by specific path.
|
-p, --path TEXT Select device by 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
|
||||||
--version Show the version and exit.
|
-P, --passphrase-on-host Enter passphrase on host.
|
||||||
--help Show this message and exit.
|
-s, --session-id HEX Resume given session ID.
|
||||||
|
--version Show the version and exit.
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
binance Binance Chain commands.
|
binance Binance Chain commands.
|
||||||
btc Bitcoin and Bitcoin-like coins commands.
|
btc Bitcoin and Bitcoin-like coins commands.
|
||||||
cardano Cardano commands.
|
cardano Cardano commands.
|
||||||
clear-session Clear session (remove cached PIN, passphrase, etc.).
|
clear-session Clear session (remove cached PIN, passphrase, etc.).
|
||||||
cosi CoSi (Cothority / collective signing) commands.
|
cosi CoSi (Cothority / collective signing) commands.
|
||||||
crypto Miscellaneous cryptography features.
|
crypto Miscellaneous cryptography features.
|
||||||
device Device management commands - setup, recover seed, wipe, etc.
|
debug Miscellaneous debug features.
|
||||||
eos EOS commands.
|
device Device management commands - setup, recover seed, wipe, etc.
|
||||||
ethereum Ethereum commands.
|
eos EOS commands.
|
||||||
fido FIDO2, U2F and WebAuthN management commands.
|
ethereum Ethereum commands.
|
||||||
firmware-update Upload new firmware to device.
|
fido FIDO2, U2F and WebAuthN management commands.
|
||||||
get-features Retrieve device features and settings.
|
firmware-update Upload new firmware to device.
|
||||||
lisk Lisk commands.
|
get-features Retrieve device features and settings.
|
||||||
list List connected Trezor devices.
|
get-session Get a session ID for subsequent commands.
|
||||||
monero Monero commands.
|
lisk Lisk commands.
|
||||||
nem NEM commands.
|
list List connected Trezor devices.
|
||||||
ping Send ping message.
|
monero Monero commands.
|
||||||
ripple Ripple commands.
|
nem NEM commands.
|
||||||
set Device settings.
|
ping Send ping message.
|
||||||
stellar Stellar commands.
|
ripple Ripple commands.
|
||||||
tezos Tezos commands.
|
set Device settings.
|
||||||
usb-reset Perform USB reset on stuck devices.
|
stellar Stellar commands.
|
||||||
version Show version of trezorctl/trezorlib.
|
tezos Tezos commands.
|
||||||
|
usb-reset Perform USB reset on stuck devices.
|
||||||
|
version Show version of trezorctl/trezorlib.
|
||||||
|
wait-for-emulator Wait until Trezor Emulator comes up.
|
||||||
|
|
||||||
Binance Chain commands.
|
Binance Chain commands.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -163,6 +168,25 @@ Miscellaneous cryptography features.
|
|||||||
encrypt-keyvalue Encrypt value by given key and path.
|
encrypt-keyvalue Encrypt value by given key and path.
|
||||||
get-entropy Get random bytes from device.
|
get-entropy Get random bytes from device.
|
||||||
|
|
||||||
|
Miscellaneous debug features.
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl debug --help
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
Usage: trezorctl debug [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
|
Miscellaneous debug features.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
show-text Show text on Trezor display.
|
||||||
|
|
||||||
Device management commands - setup, recover seed, wipe, etc.
|
Device management commands - setup, recover seed, wipe, etc.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ These scripts automate some tasks related to release process.
|
|||||||
* __`relicence.py`__ rewrites licence headers in all non-empty Python files
|
* __`relicence.py`__ rewrites licence headers in all non-empty Python files
|
||||||
* __`linkify-changelog.py`__ generates Markdown links to github issues/PRs in changelog
|
* __`linkify-changelog.py`__ generates Markdown links to github issues/PRs in changelog
|
||||||
* __`bump-required-fw-versions.py`__ downloads latest firmware versions and updates trezorlib requirements
|
* __`bump-required-fw-versions.py`__ downloads latest firmware versions and updates trezorlib requirements
|
||||||
|
* __`make-options-rst.py`__ runs all `trezorctl` commands with the `--help` option and concatenates output as `OPTIONS.rst`
|
||||||
|
Loading…
Reference in New Issue
Block a user