Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-13 00:44:09 +00:00
parent abc22a98ef
commit 37f3913313
33 changed files with 117 additions and 70 deletions

View File

@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
- Initialize a new project of the given type:
`sfdk init -t {{type}}`
`sfdk init {{[-t|--type]}} {{type}}`
- Initialize a new project with a specified builder:
`sfdk init -t {{type}} -b {{builder}}`
`sfdk init {{[-t|--type]}} {{type}} {{[-b|--builder]}} {{builder}}`
- Initialize a new project ignoring non-empty directory:
`sfdk init -t {{type}} --force`
`sfdk init {{[-t|--type]}} {{type}} --force`
- List available project types:
`sfdk init -l`
`sfdk init {{[-l|--list-types]}}`