Skip to content

V-core9/v9_CLI

Repository files navigation

v-core9_cli

yup

oclif Version Downloads/week License

Usage

$ npm install -g v-core9_cli
$ v9 COMMAND
running command...
$ v9 (-v|--version|version)
v-core9_cli/0.0.0 win32-x64 node-v16.13.0
$ v9 --help [COMMAND]
USAGE
  $ v9 COMMAND
...

Commands

v9 clone

Clone a repo or all

USAGE
  $ v9 clone

OPTIONS
  -n, --name=name  name of project to clone

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/clone.js

v9 hello

Describe the command here

USAGE
  $ v9 hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

v9 help [COMMAND]

display help for v9

USAGE
  $ v9 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v9 status

Check the status of CLI tool and system.

USAGE
  $ v9 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.
  Check the status of the repos directory.
  Provide data about repos and their status.

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

  Example:
    v9 cli_status -c='cfg_dir cfg_file repo_dir'

See code: src/commands/status.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published