yup
$ 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
...
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
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
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
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