mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 11:45:37 +00:00
34 lines
703 B
Plaintext
34 lines
703 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk config
|
|
|
|
> Configures sfdk.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/10-general/doc/command.config.adoc>.
|
|
|
|
- Show configuration in all scopes:
|
|
|
|
`sfdk config --show`
|
|
|
|
- Set a configuration value:
|
|
|
|
`sfdk config {{name}}={{value}}`
|
|
|
|
- Mask an option as empty:
|
|
|
|
`sfdk config {{name}}=`
|
|
|
|
- Mask an option as empty without pushing it at the inner scope:
|
|
|
|
`sfdk config {{name}}`
|
|
|
|
- Clear option value:
|
|
|
|
`sfdk --drop {{name}}`
|
|
|
|
- Run subcommand in specified scope (`global`, `session` or `command`):
|
|
|
|
`sfdk config --{{scope}} {{subcommand}}`
|