flipper_cli
Run any command on the Flipper Zero's built-in text CLI and retrieve its output. Use for tasks not covered by other tools.
Instructions
Run any command on the Flipper's built-in text CLI and return its output. This is the general-purpose escape hatch for anything the other tools do not cover -- run help to see what the attached firmware supports. Do not use for streaming commands such as log (use flipper_log) and note that start_rpc_session is managed automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| command | Yes | e.g. 'info', 'ps', 'free', 'help' | |
| timeout | No | Seconds, default 5 |