1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sfdk-engine.md

33 lines
562 B
Markdown
Raw Normal View History

2025-04-02 06:25:13 +03:00
# sfdk engine
> Maintains and controls the build engine.
> More information: <https://docs.sailfishos.org/Develop/Apps/#sailfish-os-build-engine>.
- 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`