Files
cheatsheet-tldr/tldr/sfdk-device
2025-10-17 00:19:47 +00:00

22 lines
575 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# sfdk device
> Maintain and control registered devices.
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#running-the-sample-application-in-the-emulator>.
- Display the registered devices:
`sfdk device list`
- Execute a command on a device by name or index:
`sfdk device exec {{device-name-or-idx}} {{command}}`
- Run an interactive shell on a device by name or index:
`sfdk device exec {{device-name-or-idx}}`