v_database_cli

0.0.7 • Public • Published

v_database_cli

nope

oclif Version Downloads/week License

Usage

$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.7 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...
$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.4 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...
$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.3 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...

Commands

v_db data-size

Describe the command here

USAGE
  $ v_db data-size

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/data-size.js

v_db get

View a type[s]/item[s]

USAGE
  $ v_db get

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/get.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db mk

Make new type or item

USAGE
  $ v_db mk

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/mk.js

v_db purge

Describe the command here

USAGE
  $ v_db purge

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/purge.js

v_db rm

Delete a type or an item

USAGE
  $ v_db rm

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/rm.js

v_db setup

Run installation process

USAGE
  $ v_db setup

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/setup.js

v_db status

Trigger system status check

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db delete

Delete a type or an item

USAGE
  $ v_db delete

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/delete.js

v_db hello

Basic example command here

USAGE
  $ v_db hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

  Welcome hope you find this useful.

See code: src/commands/hello.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db install

Trigger v_database.install() process

USAGE
  $ v_db install

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/install.js

v_db new

Describe the command here

USAGE
  $ v_db new

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/new.js

v_db status

Check the status of CLI tool and system.

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db view

View a type list, list of items in a type or specific item

USAGE
  $ v_db view

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/view.js

v_db delete

Delete a type or an item

USAGE
  $ v_db delete

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/delete.js

v_db hello

Basic example command here

USAGE
  $ v_db hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

  Welcome hope you find this useful.

See code: src/commands/hello.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db install

Trigger v_database.install() process

USAGE
  $ v_db install

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/install.js

v_db new

Describe the command here

USAGE
  $ v_db new

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/new.js

v_db status

Check the status of CLI tool and system.

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db view

View a type list, list of items in a type or specific item

USAGE
  $ v_db view

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/view.js

Readme

Keywords

Package Sidebar

Install

npm i v_database_cli

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

21.3 kB

Total Files

14

Last publish

Collaborators

  • v-core9