1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
.\" Copyright 2024 Soren Stoutner <soren@debian.org>.
.\"
.\" Partially generated by help2man 1.49.3.
.\"
.\" This file is part of the Debian packaging of python-trezor.
.\"
.\" <https://salsa.debian.org/python-team/packages/python-trezor>
.\"
.\" trezorctl.1 is free software released under either the GPL-3+ or the LGPL-3.
.\"
.\"
.\" GPL-3+
.\" you can redistribute it and/or modify it under the terms of the GNU General
.\" Public License as published by the Free Software Foundation, either version
.\" 3 of the License, or (at your option) any later version.
.\"
.\" Trezorctl.1 is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
.\" more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with python-trezor. If not, see <https://www.gnu.org/licenses/>.
.\"
.\"
.\" LGPL-3
.\" you can redistribute it and/or modify it under the terms of version 3 of the
.\" GNU Lesser General Public License as published by the Free Software
.\" Foundation.
.\"
.\" Trezorctl.1 is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
.\" more details.
.\"
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with trezorctl.1. If not, see <https://www.gnu.org/licenses/>.
.TH trezorctl "1" "26 September 2024" "version 0.13.9" "Trezor User Commands"
.SH NAME
trezorctl \- interact with Trezor hardware wallets.
.SH SYNOPSIS
.B trezorctl
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
.SH OPTIONS
.TP
\fB\-p\fR, \fB\-\-path\fR TEXT
Select device by specific path.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Show communication messages.
.TP
\fB\-j\fR, \fB\-\-json\fR
Print result as JSON object
.TP
\fB\-P\fR, \fB\-\-passphrase\-on\-host\fR
Enter passphrase on host.
.TP
\fB\-s\fR, \fB\-\-session\-id\fR HEX
Resume given session ID.
.TP
\fB\-\-version\fR
Show the version and exit.
.TP
\fB\-\-help\fR
Show this message and exit.
.SS "Commands:"
.TP
binance
Binance Chain commands.
.TP
btc
Bitcoin and Bitcoin\-like coins commands.
.TP
cardano
Cardano commands.
.TP
clear\-session
Clear session (remove cached PIN, passphrase, etc.).
.TP
cosi
CoSi (Cothority / collective signing) commands.
.TP
crypto
Miscellaneous cryptography features.
.TP
debug
Miscellaneous debug features.
.TP
device
Device management commands \- setup, recover seed,...
.TP
eos
EOS commands.
.TP
ethereum
Ethereum commands.
.TP
fido
FIDO2, U2F and WebAuthN management commands.
.TP
firmware\-update
Upload new firmware to device.
.TP
get\-features
Retrieve device features and settings.
.TP
get\-session
Get a session ID for subsequent commands.
.TP
lisk
Lisk commands.
.TP
list
List connected Trezor devices.
.TP
monero
Monero commands.
.TP
nem
NEM commands.
.TP
ping
Send ping message.
.TP
ripple
Ripple commands.
.TP
set
Device settings.
.TP
stellar
Stellar commands.
.TP
tezos
Tezos commands.
.TP
usb\-reset
Perform USB reset on stuck devices.
.TP
version
Show version of trezorctl/trezorlib.
.TP
wait\-for\-emulator
Wait until Trezor Emulator comes up.
|