1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-25 03:24:00 +02:00
tldr/pages/common/sfdk-undeploy.md
2025-04-02 05:25:13 +02:00

20 lines
523 B
Markdown

# sfdk undeploy
> Undeploys build results from a device.
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Deploying_packages/>.
- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`):
`sfdk undeploy --{{method}}`
- Preview undeploy without applying the changes:
`sfdk undeploy --{{method}} --dry-run`
- Undeploy files in glob pattern `package*`:
`sfdk undeploy --{{method}} "+package*"`
- Undeploy all files excluding `ignore*`:
`sfdk undeploy --{{method}} "-ignore*"`