mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-25 01:44:08 +02:00
19 lines
270 B
Markdown
19 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`
|