mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
431 B
Markdown
25 lines
431 B
Markdown
![]() |
# sfdk emulator
|
||
|
|
||
|
> Maintains and controls emulators.
|
||
|
> More information: <https://docs.sailfishos.org/Develop/Apps/#emulator>.
|
||
|
|
||
|
- Display the installed emulators:
|
||
|
|
||
|
`sfdk emulator list`
|
||
|
|
||
|
- Start an emulator:
|
||
|
|
||
|
`sfdk emulator start {{name}}`
|
||
|
|
||
|
- Stop an emulator:
|
||
|
|
||
|
`sfdk emulator stop {{name}}`
|
||
|
|
||
|
- Display emulator status:
|
||
|
|
||
|
`sfdk emulator status {{name}}`
|
||
|
|
||
|
- Run an interactive shell on an emulator:
|
||
|
|
||
|
`sfdk emulator exec {{emulator}}`
|