mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
575 B
Plaintext
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}}`
|