HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk engine — Maintain and control the build engine. More information: <https://github.com/sailfishos/sailfish-qtc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandbuildandsfdk engineclicontrolmaintain

Problem

How to use the sfdk engine command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/sfdk engine

Revisions (0)

No revisions yet.