CLI help seems to have recently broken. Appears it's showing variable names instead of variable values.
Help output now looks like (not very helpful):
Usage:
|
config:set [options] [--] <key> <value>
|
But in reality it should look like:
Usage:
|
config:set [-d|--dynamic] key value
|