mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 15:52:35 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/sfdk-deploy
Normal file
29
tldr/sfdk-deploy
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sfdk deploy
|
||||
|
||||
> Deploys build results to a device.
|
||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Deploying_packages/>.
|
||||
|
||||
- Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup` or `manual`):
|
||||
|
||||
`sfdk deploy --{{method}}`
|
||||
|
||||
- Preview deploy without applying the changes:
|
||||
|
||||
`sfdk deploy --{{method}} --dry-run`
|
||||
|
||||
- Deploy files in glob pattern `package*`:
|
||||
|
||||
`sfdk deploy --{{method}} "+package*"`
|
||||
|
||||
- Deploy all files excluding `ignore*`:
|
||||
|
||||
`sfdk deploy --{{method}} "-ignore*"`
|
||||
|
||||
- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`):
|
||||
|
||||
`sfdk undeploy --{{method}}`
|
||||
Reference in New Issue
Block a user