1.3.30 • Published 4 years ago

@hoevelmanns/vcli v1.3.30

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vcli

An universal and extensible CLI

Wraps your current Command Line Interfaces and allows you to stream the CLI commands in custom commands.

oclif

Usage

$ npm install -g @hoevelmanns/vcli
$ vc COMMAND
running command...
$ vc (-v|--version|version)
@hoevelmanns/vcli/1.3.29 linux-x64 node-v12.13.1
$ vc --help [COMMAND]
USAGE
  $ vc COMMAND
...

Commands

vc autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ vc autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ vc autocomplete
  $ vc autocomplete bash
  $ vc autocomplete zsh
  $ vc autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

vc conf [KEY] [VALUE]

manage configuration

USAGE
  $ vc conf [KEY] [VALUE]

ARGUMENTS
  KEY    key of the config
  VALUE  value of the config

OPTIONS
  -d, --cwd=cwd          config file location
  -d, --delete           delete?
  -h, --help             show CLI help
  -k, --key=key          key of the config
  -n, --name=name        config file name
  -p, --project=project  project name
  -v, --value=value      value of the config

See code: conf-cli

vc create

create workspace

USAGE
  $ vc create

OPTIONS
  -h, --help    show CLI help
  -n, --create  create workspace

See code: src/commands/create.ts

vc help [COMMAND]

display help for vc

USAGE
  $ vc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

vc refresh [VM]

add commands from external consoles defined in .vclirc.json to VCLI

USAGE
  $ vc refresh [VM]

OPTIONS
  -h, --help       show CLI help
  -o, --overwrite  delete existing commands
  -v, --vm         (alias: vm) run generator in virtual machine

ALIASES
  $ vc r

See code: src/commands/refresh.ts

vc search

search for commands, apps, etc.

USAGE
  $ vc search

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ vc s

See code: src/commands/search.ts

vc vm (v) [COMMAND]

virtual machine

USAGE
  $ vc vm (v) [COMMAND]

OPTIONS
  -h, --help  show CLI help
  -s, --halt  stop the VM
  -u, --up    start the VM

ALIASES
  $ vc v

See code: src/commands/vm.ts

vc workspace

manage workspace

USAGE
  $ vc workspace

OPTIONS
  -h, --help         show CLI help
  -i, --hideCommand  hide commands

ALIASES
  $ vc ws

See code: src/commands/workspace.ts

1.3.28

4 years ago

1.3.29

4 years ago

1.3.27

4 years ago

1.3.30

4 years ago

1.3.25

4 years ago

1.3.26

4 years ago

1.3.24

4 years ago

1.3.23

4 years ago

1.3.22

4 years ago

1.3.21

4 years ago

1.3.2

4 years ago

1.3.14

4 years ago

1.3.15

4 years ago

1.3.13

4 years ago

1.3.12

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.82

4 years ago

1.2.81

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.61

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.1.21

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.1.2

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.9

4 years ago

0.9.8

4 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.5

4 years ago

0.9.0-poc

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.6.6-poc

4 years ago

0.8.9-poc

4 years ago

0.6.7-poc

4 years ago

0.8.8-poc

4 years ago

0.6.5-poc

4 years ago

0.6.3-poc

4 years ago

0.6.2-poc

4 years ago

0.5.9-poc

4 years ago

0.6.1-poc

4 years ago

0.5.8-poc

4 years ago

0.6.0-poc

4 years ago

0.5.7-poc

4 years ago

0.5.6-poc

4 years ago

0.5.5-poc

4 years ago

0.5.3-poc

4 years ago

0.5.4-poc

4 years ago

0.5.1-poc

4 years ago

0.5.2-poc

4 years ago

0.5.0-poc

4 years ago