1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 09:04:19 +02:00
tldr/pages/common/sfdk.md
2025-04-02 05:25:13 +02:00

28 lines
577 B
Markdown

# 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`