@theuybv/beton-cli
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

beton-cli

oclif Version Downloads/week License

Usage

$ npm install -g @theuybv/beton-cli
$ beton-cli COMMAND
running command...
$ beton-cli (-v|--version|version)
@theuybv/beton-cli/0.3.0 darwin-x64 node-v12.14.0
$ beton-cli --help [COMMAND]
USAGE
  $ beton-cli COMMAND
...

Standalone with beton-cli.json file

npx cross-env-file -p beton-cli.json npx @theuybv/beton-cli start-dev --no-install --no-pull --app lab-ui

Commands

beton-cli help [COMMAND]

display help for beton-cli

USAGE
  $ beton-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

beton-cli start-dev

Start recipe-ui, login-ui, lab-ui and graphql-server at once

USAGE
  $ beton-cli start-dev

OPTIONS
  -a, --app=[recipe-ui|lab-ui]
  -h, --help                                                                       show CLI help
  -p, --password=password                                                          Auth0 Staging password
  -u, --username=username                                                          Auth0 Staging username

  --graphql-server-path=/Users/theuylimpanont/Development/JBM/graphql-server-path  (required) absolute path to
                                                                                   graphql-server-path project

  --lab-ui-path=/Users/theuylimpanont/Development/JBM/lab-ui-path                  (required) absolute path to
                                                                                   lab-ui-path project

  --login-ui-path=/Users/theuylimpanont/Development/JBM/login-ui-path              (required) absolute path to
                                                                                   login-ui-path project

  --no-install                                                                     do not auto npm install all the
                                                                                   projects

  --no-pull                                                                        do not auto git pull all the projects

  --recipe-ui-path=/Users/theuylimpanont/Development/JBM/recipe-ui-path            (required) absolute path to
                                                                                   recipe-ui-path project

See code: src/commands/start-dev.ts

Readme

Keywords

Package Sidebar

Install

npm i @theuybv/beton-cli

Weekly Downloads

11

Version

0.3.0

License

MIT

Unpacked Size

16.8 kB

Total Files

9

Last publish

Collaborators

  • tlimpanont