mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 18:55:56 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/sfdk
Normal file
33
tldr/sfdk
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sfdk
|
||||
|
||||
> The command line frontend of the Sailfish SDK.
|
||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Installation/>.
|
||||
|
||||
- Execute a subcommand:
|
||||
|
||||
`sfdk {{subcommand}}`
|
||||
|
||||
- Execute a subcommand on a custom working directory:
|
||||
|
||||
`git -C {{path/to/directory}} {{subcommand}}`
|
||||
|
||||
- Execute a subcommand with a given configuration set:
|
||||
|
||||
`git -c '{{name}}={{value}}' {{subcommand}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`sfdk --help`
|
||||
|
||||
- Display help for specific topic (`building`, `testing`, `maintaining`, `ide`, `all`):
|
||||
|
||||
`sfdk --help-{{topic}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`sfdk --version`
|
||||
Reference in New Issue
Block a user