mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 08:15:53 +02:00
36 lines
732 B
Markdown
36 lines
732 B
Markdown
# 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>.
|
|
|
|
- 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}}`
|
|
|
|
- Execute a command on an emulator:
|
|
|
|
`sfdk emulator exec {{emulator}} {{command}}`
|
|
|
|
- Set a property:
|
|
|
|
`sfdk emulator set {{name}} {{property}}={{value}}`
|
|
|
|
- Show emulator properties:
|
|
|
|
`sfdk emulator show {{name}}`
|