What changed, and why it matters
This commit only updates a documentation file (OPTIONS.rst) to list two newly added command-line options. It does not change any executable code, cryptographic logic, or security-sensitive behavior. There is no security issue in the commit itself.
No security action required. Review as normal documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds two lines to python/docs/OPTIONS.rst: one under ‘Miscellaneous debug features’ documenting ‘set-battery-state’ (emulator only), and one under ‘Evolu commands’ documenting ‘index-management’. No source code, build scripts, tests, or configuration files are modified. The change is purely documentation synchronization.
Changed components
python/docs/OPTIONS.rstInspect captured patch +2 / −0
diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst
index c6e7a601..d3eb091d 100644
--- a/python/docs/OPTIONS.rst
+++ b/python/docs/OPTIONS.rst
@@ -197,6 +197,7 @@ Miscellaneous debug features.
optiga-set-sec-max Set Optiga's security event counter to maximum.
prodtest-t1 Perform a prodtest on Model One.
record Record screen changes into a specified directory.
+ set-battery-state Set emulated battery/power state (emulator only).
set-log-filter Set logging filter string.
Device management commands - setup, recover seed, wipe, etc.
@@ -312,6 +313,7 @@ Evolu commands.
Commands:
get-delegated-identity-key Request the delegated identity key of this device.
get-node Return the SLIP-21 node for Evolu.
+ index-management
sign-registration-request Sign a registration request for this device to be registered at...
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.