2025-04-03 20:36:56 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-04-25 19:33:51 -06:00
|
|
|
`sfdk undeploy --{{method}} {{[-n|--dry-run]}}`
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- Undeploy files in glob pattern `package*`:
|
|
|
|
|
|
|
|
|
|
`sfdk undeploy --{{method}} "+package*"`
|
|
|
|
|
|
|
|
|
|
- Undeploy all files excluding `ignore*`:
|
|
|
|
|
|
|
|
|
|
`sfdk undeploy --{{method}} "-ignore*"`
|