1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sfdk-emulator.md

25 lines
516 B
Markdown
Raw Normal View History

2025-04-02 06:25:13 +03:00
# sfdk emulator
> Maintains and controls emulators.
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
2025-04-02 06:25:13 +03:00
- 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}}`