chore(python): update OPTIONS.rst [no changelog]
What changed, and why it matters
This commit only updates a documentation file (OPTIONS.rst) for the Trezor Python command-line tool. It adds a new 'evolu' command section and a new 'sign-message' entry under Cardano commands. There are no code changes, no security fixes, and no behavior changes.
No security action required. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to python/docs/OPTIONS.rst, a reStructuredText help file. It documents two new CLI capabilities: (1) a new top-level ‘evolu’ command with a ‘get-node’ subcommand, and (2) a new ‘sign-message’ subcommand under Cardano. The changes are purely documentation additions (+21 lines). No source code, firmware, cryptography, or protocol logic is modified.
Changed components
python/docs/OPTIONS.rstInspect captured patch +21 / −0
diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst
index 178648940..f3a76aaa5 100644
--- a/python/docs/OPTIONS.rst
+++ b/python/docs/OPTIONS.rst
@@ -47,6 +47,7 @@ on one page here.
device Device management commands - setup, recover seed, wipe, etc.
eos EOS commands.
ethereum Ethereum commands.
+ evolu Evolu commands.
fido FIDO2, U2F and WebAuthN management commands.
firmware Firmware commands.
get-features Retrieve device features and settings.
@@ -148,6 +149,7 @@ Cardano commands.
get-address Get Cardano address.
get-native-script-hash Get Cardano native script hash.
get-public-key Get Cardano public key.
+ sign-message Sign Cardano message containing arbitrary data.
sign-tx Sign Cardano transaction.
Miscellaneous cryptography features.
@@ -284,6 +286,25 @@ Ethereum commands.
sign-typed-data-hash Sign hash of typed data (EIP-712) with Ethereum address.
verify-message Verify message signed with Ethereum address.
+Evolu commands.
+~~~~~~~~~~~~~~~
+
+.. code::
+
+ trezorctl evolu --help
+
+.. code::
+
+ Usage: trezorctl evolu [OPTIONS] COMMAND [ARGS]...
+
+ Evolu commands. Evolu is a local first storage framework. See https://github.com/evoluhq/evolu
+
+ Options:
+ --help Show this message and exit.
+
+ Commands:
+ get-node Return the SLIP-21 node for Evolu.
+
FIDO2, U2F and WebAuthN management commands.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.