mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 13:02:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user