«
The config subcommand manages the dab configuration key value store. Config
keys are any word or sequence of words (for namespacing) delimited by a
forward slash, eg. foo/bar
would store the url for the dab repository.
Config values can be altered and retrieved with set and get respectively.
setting config key <KEY> to <VALUE>
<VALUE>
<VALUE>
KEY | VALUE | |
---|---|---|
foo | bar | |
foo | barry | |
bar.foo | 42 | |
bar.foo | 42 barry |