mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 19:55:24 +02:00
20 lines
270 B
Markdown
20 lines
270 B
Markdown
![]() |
# sfdk emulator start
|
||
|
|
||
|
> Starts an emulator.
|
||
|
|
||
|
- Start an emulator:
|
||
|
|
||
|
`sfdk emulator start {{name}}`
|
||
|
|
||
|
- Stop an emulator:
|
||
|
|
||
|
`sfdk emulator stop {{name}}`
|
||
|
|
||
|
- Display emulator status:
|
||
|
|
||
|
`sfdk emulator status {{name}}`
|
||
|
|
||
|
- Display the installed emulators:
|
||
|
|
||
|
`sfdk emulator list`
|