Linux command
sfdk-deploy 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Deploy application to device
sfdk deploy
Deploy with manual method
sfdk deploy --manual
Deploy with zypper dup method
sfdk deploy --zypper-dup
Preview deployment without applying
sfdk deploy --dry-run
说明
sfdk deploy deploys built Sailfish OS application packages to devices or emulators previously registered within the Sailfish IDE. It always deploys the latest built version found in the output directory while obeying package dependencies. Multiple deployment methods are available depending on the target setup.
参数
- --sdk
- Deploy via SDK connection.
- --manual
- Manual deployment (copy RPMs and install).
- --rsync
- Use rsync for deployment.
- --zypper-dup
- Deploy using zypper distribution upgrade.
- --dry-run
- Preview deployment without actually applying changes.
FAQ
What is the sfdk-deploy command used for?
sfdk deploy deploys built Sailfish OS application packages to devices or emulators previously registered within the Sailfish IDE. It always deploys the latest built version found in the output directory while obeying package dependencies. Multiple deployment methods are available depending on the target setup.
How do I run a basic sfdk-deploy example?
Run `sfdk deploy` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --sdk do in sfdk-deploy?
Deploy via SDK connection.