HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk undeploy — Undeploy build results from a device. More information: <https://github.com/sailfishos/sailfish-qtcr

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbuildsfdk undeploydevicefromcliundeployresults

Problem

How to use the sfdk undeploy command: Undeploy build results from a device. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.undeploy.adoc>.

Solution

sfdk undeploy — Undeploy build results from a device. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.undeploy.adoc>.

Undeploy using a specified method (pkcon, rpm, rsync, sdk, or zypper):
sfdk undeploy --{{method}}


Preview undeploy without applying the changes:
sfdk undeploy --{{method}} {{[-n|--dry-run]}}


Undeploy files in glob pattern package*:
sfdk undeploy --{{method}} "+package*"


Undeploy all files excluding ignore*:
sfdk undeploy --{{method}} "-ignore*"

Code Snippets

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

sfdk undeploy --{{method}}

Preview undeploy without applying the changes

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

Undeploy files in glob pattern `package*`

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

Undeploy all files excluding `ignore*`

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

Context

tldr-pages: common/sfdk undeploy

Revisions (0)

No revisions yet.