2025-04-02 06:25:13 +03:00
|
|
|
# sfdk
|
|
|
|
|
|
|
|
> The command line frontend of the Sailfish SDK.
|
2025-04-28 20:47:37 +03:00
|
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/10-general/doc/module.adoc>.
|
2025-04-02 06:25:13 +03:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2025-04-12 19:46:41 +03:00
|
|
|
`sfdk {{[-h|--help]}}`
|
2025-04-02 06:25:13 +03:00
|
|
|
|
|
|
|
- Display help for specific topic (`building`, `testing`, `maintaining`, `ide`, `all`):
|
|
|
|
|
|
|
|
`sfdk --help-{{topic}}`
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`sfdk --version`
|