Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-03 00:18:34 +00:00
parent 6c2bf9ee1e
commit f83e06c66a
35 changed files with 733 additions and 1 deletions

24
tldr/sfdk-emulator-start Normal file
View File

@@ -0,0 +1,24 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`