mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
721 B
Plaintext
38 lines
721 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk engine
|
|
|
|
> Maintain and control the build engine.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/30-building-maintain/doc/command.engine.adoc>.
|
|
|
|
- Start the build engine:
|
|
|
|
`sfdk engine start`
|
|
|
|
- Stop the build engine:
|
|
|
|
`sfdk engine stop`
|
|
|
|
- Show the build engine status:
|
|
|
|
`sfdk engine status`
|
|
|
|
- Set an engine property:
|
|
|
|
`sfdk engine set {{property}}={{value}}`
|
|
|
|
- Show the engine properties:
|
|
|
|
`sfdk engine show`
|
|
|
|
- Execute a command on the build engine:
|
|
|
|
`sfdk engine exec {{command}}`
|
|
|
|
- Start an interactive shell on the build engine:
|
|
|
|
`sfdk engine exec`
|