mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
sfdk*: add more information links and option placeholders (#16162)
This commit is contained in:
parent
bb521560c3
commit
e65300a9ca
11 changed files with 19 additions and 14 deletions
|
@ -13,16 +13,16 @@
|
|||
|
||||
- Add testing level to the check:
|
||||
|
||||
`sfdk check -l +{{level}}`
|
||||
`sfdk check {{[-l|--levels]}} +{{level}}`
|
||||
|
||||
- Remove testing level from the check:
|
||||
|
||||
`sfdk check -l -{{level}}`
|
||||
`sfdk check {{[-l|--levels]}} -{{level}}`
|
||||
|
||||
- Add testing suite to the check:
|
||||
|
||||
`sfdk check -s +{{suite}}`
|
||||
`sfdk check {{[-s|--suites]}} +{{suite}}`
|
||||
|
||||
- Remove testing suite from the check:
|
||||
|
||||
`sfdk check -s -{{suite}}`
|
||||
`sfdk check {{[-s|--suites]}} -{{suite}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Preview deploy without applying the changes:
|
||||
|
||||
`sfdk deploy --{{method}} --dry-run`
|
||||
`sfdk deploy --{{method}} {{[-n|--dry-run]}}`
|
||||
|
||||
- Deploy files in glob pattern `package*`:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sfdk emulator device-model-show
|
||||
|
||||
> Show emulated device model's properties.
|
||||
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
|
||||
|
||||
- Show a model properties:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Display the available emulators:
|
||||
|
||||
`sfdk emulator list -a`
|
||||
`sfdk emulator list {{[-a|--available]}}`
|
||||
|
||||
- Display the installed emulators:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sfdk emulator start
|
||||
|
||||
> Starts an emulator.
|
||||
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
|
||||
|
||||
- Start an emulator:
|
||||
|
||||
|
|
|
@ -5,16 +5,16 @@
|
|||
|
||||
- Initialize a new project of the given type:
|
||||
|
||||
`sfdk init -t {{type}}`
|
||||
`sfdk init {{[-t|--type]}} {{type}}`
|
||||
|
||||
- Initialize a new project with a specified builder:
|
||||
|
||||
`sfdk init -t {{type}} -b {{builder}}`
|
||||
`sfdk init {{[-t|--type]}} {{type}} {{[-b|--builder]}} {{builder}}`
|
||||
|
||||
- Initialize a new project ignoring non-empty directory:
|
||||
|
||||
`sfdk init -t {{type}} --force`
|
||||
`sfdk init {{[-t|--type]}} {{type}} --force`
|
||||
|
||||
- List available project types:
|
||||
|
||||
`sfdk init -l`
|
||||
`sfdk init {{[-l|--list-types]}}`
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sfdk maintain
|
||||
|
||||
> Launches the interactive SDK Maintenance tool.
|
||||
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
|
||||
|
||||
- Launch SDK Maintenance tool:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sfdk qmltypes
|
||||
|
||||
> Generates qmltypes files.
|
||||
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
|
||||
|
||||
- Generate qmltypes files:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sfdk scrape
|
||||
|
||||
> Converts source code modifications to patches.
|
||||
> More information: <https://github.com/sailfishos/sailfish-qtcreator/tree/master/src/tools/sfdk>.
|
||||
|
||||
- Save source modifications as patches:
|
||||
|
||||
|
@ -8,7 +9,7 @@
|
|||
|
||||
- Preview the list of commits to be scrapped:
|
||||
|
||||
`sfdk scrape --dry-run`
|
||||
`sfdk scrape {{[-n|--dry-run]}}`
|
||||
|
||||
- Scrape while preserving the original patches file names:
|
||||
|
||||
|
@ -16,7 +17,7 @@
|
|||
|
||||
- Scrape while saving patches to a specified [o]utput directory:
|
||||
|
||||
`sfdk scrape -o {{directory}}`
|
||||
`sfdk scrape {{[-o|--output-dir]}} {{directory}}`
|
||||
|
||||
- Scrape without removing commits from submodules after creating patches:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Preview undeploy without applying the changes:
|
||||
|
||||
`sfdk undeploy --{{method}} --dry-run`
|
||||
`sfdk undeploy --{{method}} {{[-n|--dry-run]}}`
|
||||
|
||||
- Undeploy files in glob pattern `package*`:
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Display help:
|
||||
|
||||
`sfdk --help`
|
||||
`sfdk {{[-h|--help]}}`
|
||||
|
||||
- Display help for specific topic (`building`, `testing`, `maintaining`, `ide`, `all`):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue