Page MenuHomePhabricator
Paste P9547

dbctl scope
ActivePublic

Authored by jcrespo on Nov 7 2019, 10:00 AM.
Tags
None
Referenced Files
F31056850: raw.txt
Nov 7 2019, 10:00 AM
Subscribers
None
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')