logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SFDK Deploy - Deploy Sailfish OS Builds | Online Free DevTools by Hexmos

Deploy Sailfish OS builds effortlessly with SFDK Deploy. Package and transfer files to your device or emulator using various methods. Free online tool, no registration required.

sfdk-deploy

Deploys build results to a device. More information: https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.deploy.adoc.

  • Deploy using a specified method (pkcon, rsync, sdk, zypper, zypper-dup or manual):

sfdk deploy --{{method}}

  • Preview deploy without applying the changes:

sfdk deploy --{{method}} {{[-n|--dry-run]}}

  • Deploy files in glob pattern package*:

sfdk deploy --{{method}} "+package*"

  • Deploy all files excluding ignore*:

sfdk deploy --{{method}} "-ignore*"

  • Undeploy using a specified method (pkcon, rpm, rsync, sdk or zypper):

sfdk undeploy --{{method}}

See Also