← 返回命令列表

Linux command

sfdk-engine 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Start SDK engine

sfdk engine start

Stop SDK engine

sfdk engine stop

Show engine status

sfdk engine status

Run a command inside the engine

sfdk engine exec [command]

说明

sfdk engine manages the Sailfish SDK build engine, which runs as a virtual machine providing the Sailfish OS build environment. The engine must be started before other `sfdk` build commands can be used, and is typically left running across builds.

参数

start
Start the build engine virtual machine.
stop
Stop the build engine virtual machine.
status
Show whether the engine is running.
exec _command_
Execute a command inside the running engine.

FAQ

What is the sfdk-engine command used for?

sfdk engine manages the Sailfish SDK build engine, which runs as a virtual machine providing the Sailfish OS build environment. The engine must be started before other `sfdk` build commands can be used, and is typically left running across builds.

How do I run a basic sfdk-engine example?

Run `sfdk engine start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does start do in sfdk-engine?

Start the build engine virtual machine.