mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 05:51:29 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/sfdk-engine
Normal file
37
tldr/sfdk-engine
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user