Skip to main content
Commands for controlling simulator state.

flowdeck simulator boot

Boot a simulator so it is ready to run apps.
# Boot a simulator
flowdeck simulator boot <UDID>

# Boot with verbose output
flowdeck simulator boot <UDID> --verbose

# Boot with JSON output
flowdeck simulator boot <UDID> --json

Options

OptionShortDescription
--verbose-vShow command output
--json-jOutput as JSON
--examples-eShow usage examples

flowdeck simulator shutdown

Shutdown a running simulator.
# Shutdown a simulator
flowdeck simulator shutdown <UDID>

# Shutdown with verbose output
flowdeck simulator shutdown <UDID> --verbose

# Shutdown with JSON output
flowdeck simulator shutdown <UDID> --json

Options

OptionShortDescription
--verbose-vShow command output
--json-jOutput as JSON
--examples-eShow usage examples

flowdeck simulator open

Open Simulator.app.
flowdeck simulator open
flowdeck simulator open --json

Options

OptionShortDescription
--verbose-vShow command output
--json-jOutput as JSON
--examples-eShow usage examples