streamdeck config
Manage the local CLI configuration files.
Synopsis
streamdeck config set <key>=<value> [<key>=<value>...]
streamdeck config unset <key> [<key>...]
streamdeck config list
streamdeck config resetDescription
The CLI gets its configuration settings from local configuration files. These configuration settings define the output of commands and how they're executed, and enable customization of interaction. The streamdeck config command can be used to update and manage these settings.
Examples
Set the packageManager property to yarn:
streamdeck config set packageManager=yarnReduce motion within the CLI:
streamdeck config set reduceMotion=trueSub-commands
set
streamdeck config set <key>=<value> [<key>=<value>...]Sets each of the configuration keys to the value provided.
unset
streamdeck config <key> [<key>...]Sets each of the configuration keys to their default values.
reset
streamdeck config resetResets all configuration keys to their default values.
list
streamdeck config listLists the defined configuration, eg. values defined using config set.
Configuration options
reduceMotion
- Default:
false - Type: Boolean
Determines whether feedback provided should prefer reduced motion; when true, the busy indicator will be rendered as a static indicator.
packageManager
- Default:
npm - Type:
bun,npm,pnpm,yarn
The package manager to use when creating a new project.