LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sfdk-deploy

Deploy Sailfish apps to devices or emulators

TLDR

Deploy application to device
$ sfdk deploy
copy
Deploy with manual method
$ sfdk deploy --manual
copy
Deploy with zypper dup method
$ sfdk deploy --zypper-dup
copy
Preview deployment without applying
$ sfdk deploy --dry-run
copy

SYNOPSIS

sfdk deploy [options]

DESCRIPTION

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.

PARAMETERS

--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.

SEE ALSO

Copied to clipboard
Kai