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