Linux command
sfdk-engine 命令
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.