Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 1.95 KB

README.md

File metadata and controls

83 lines (64 loc) · 1.95 KB

vtex-scripts

oclif Version Downloads/week License

Usage

$ npm install -g @tiagonapoli/vtex-scripts
$ vtex-dev COMMAND
running command...
$ vtex-dev (-v|--version|version)
@tiagonapoli/vtex-scripts/0.0.7 linux-x64 node-v12.16.2
$ vtex-dev --help [COMMAND]
USAGE
  $ vtex-dev COMMAND
...

vtex-dev app:bundle APPID

Download app bundle

USAGE
  $ vtex-dev app:bundle APPID

OPTIONS
  -d, --dir=dir  [default: .] Directory to save
  -h, --help     show CLI help
  -l, --linked   App is linked

EXAMPLES
  vtex-dev app:bundle vtex.builder-hub@0.x
  vtex-dev app:bundle vtex.builder-hub@0.200.1
  vtex-dev app:bundle vtex.builder-hub@0.200.1-beta
  vtex-dev app:bundle vtex.render-server@8.x --linked

vtex-dev app:types APPID

Download app types

USAGE
  $ vtex-dev app:types APPID

OPTIONS
  -d, --dir=dir  [default: .] Directory to save
  -h, --help     show CLI help
  -l, --linked   App is linked

vtex-dev help [COMMAND]

display help for vtex-dev

USAGE
  $ vtex-dev help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help