root@cumin1001:~$ dbctl config get --s eqiad usage: dbctl [-h] [--version] [--config CONFIG] [--debug] [--quiet] [--schema SCHEMA] [-s SCOPE] {instance,section,config} ... dbctl: error: ambiguous option: --s could match --scope, --schema root@cumin1001:~$ dbctl config get -s eqiad usage: dbctl [-h] [--version] [--config CONFIG] [--debug] [--quiet] [--schema SCHEMA] [-s SCOPE] {instance,section,config} ... dbctl: error: unrecognized arguments: -s eqiad root@cumin1001:~$ dbctl config get --scope eqiad usage: dbctl [-h] [--version] [--config CONFIG] [--debug] [--quiet] [--schema SCHEMA] [-s SCOPE] {instance,section,config} ... dbctl: error: unrecognized arguments: --scope eqiad root@cumin1001:~$ dbctl config --scope eqiad get usage: dbctl config [-h] {commit,diff,generate,get,restore} ... dbctl config: error: argument command: invalid choice: 'eqiad' (choose from 'commit', 'diff', 'generate', 'get', 'restore')