mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
87c9a4b69c
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
596 B
596 B
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, orzypper):
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*"