Skip to main content

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.

Add images or videos to a simulator with simulator media add.
# Show group examples
flowdeck simulator media --examples

# Add media to the booted simulator
flowdeck simulator media add /path/to/photo.jpg

# Target a specific simulator
flowdeck simulator media add /path/to/video.mov --udid <UDID>

# JSON output
flowdeck simulator media add /path/to/photo.jpg --json

# Show usage examples
flowdeck simulator media add /path/to/photo.jpg --examples

Options

OptionShortDescription
--udid <id>-uTarget simulator UDID (defaults to first booted simulator)
--json-jOutput as JSON
--examples-eShow usage examples