Use simulator hardware commands for device-level controls that are not tied to a specific app UI.Documentation Index
Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt
Use this file to discover all available pages before exploring further.
flowdeck simulator button
Press a simulator hardware button.Button Options
| Option | Short | Description |
|---|---|---|
--simulator <name-or-udid> | -S | Target simulator name or UDID |
--hold <seconds> | Hold the button for a duration | |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
Supported Buttons
homelocksiriapplepayvolumeupvolumedown
Volume buttons may not be supported by the simulator HID backend on every runtime.
flowdeck simulator appearance
Get or set the simulator appearance (light or dark). Mirrorsflowdeck simulator orientation: get is the default subcommand, set writes a value.
flowdeck simulator appearance get
Print the current appearance for the targeted simulator. Outputs one oflight, dark, unsupported, or unknown (passed through from simctl ui ... appearance).
| Option | Short | Description |
|---|---|---|
--simulator <name-or-udid> | -S | Target simulator name or UDID |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
flowdeck simulator appearance set
Set the appearance tolight or dark.
| Option | Short | Description |
|---|---|---|
--simulator <name-or-udid> | -S | Target simulator name or UDID |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
Supported Values
lightdark
Older
flowdeck ui simulator button, flowdeck ui simulator set-appearance (also accepts appearance as an alias), and flowdeck ui simulator orientation commands still work for compatibility, but new scripts should use flowdeck simulator ....