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
| Option | Short | Description |
|---|---|---|
--udid <id> | -u | Target simulator UDID (defaults to first booted simulator) |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
