mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 08:58:55 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/sfdk-emulator
Normal file
29
tldr/sfdk-emulator
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user