Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 745 Bytes

ps.md

File metadata and controls

31 lines (21 loc) · 745 Bytes

qdb ps

gets status of the database based on the current directory (or path otherwise specified). otherwise, it displays all docker statuses

qdb ps [NAME] [CONFIG]

gets status of the database based on the current directory (or path otherwise specified). otherwise, it displays all docker statuses

USAGE
  $ qdb ps [NAME] [CONFIG]

ARGUMENTS
  NAME    name of database to check the status of
  CONFIG  [default: .] directory of configuration file

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ qdb status

EXAMPLES
  $ qdb ps
  $ qdb ps path/to/config

See code: src/commands/ps/index.ts