dt settings put
Overview
Sets or updates a setting
Synopsis
dt settings put [OPTIONS] <key> <value>
Options
-
-s,--scope=<scope>
Scope of the setting, e.g. user, global or group name -
-J,--json-enrichened
Output a newly created entity in JSON format
Arguments
-
key(required)
Type:String
Name of the setting -
value(required)
Type:String
The setting value
Examples
Create or update the setting named 'bar' with the value 'baz' for the current user
dt settings put -s user bar baz
Create or update the setting named 'bar' with the value in my_file.json for the group my_group
dt settings put -s my_group bar file:///home/user/my_file.json
SEE ALSO
← Back to dt settings