dt settings put
Overview
Sets or updates a setting
Synopsis
dt settings put [OPTIONS] <key> <value>
Options
-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'
dt settings put bar baz
Create or update the setting named 'bar' with the value in my_file.json
dt settings put bar file:///home/user/my_file.json
SEE ALSO
← Back to dt settings