@theuybv/beton-cli
v0.3.0
Published
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/beton-cli.svg)](https://npmjs.org/package/beton-cli) [![Downloads/week](https://img.shields.io/npm/dw/beton-cli.svg)](https://npm
Downloads
6
Readme
beton-cli
- beton-cli
- Usage
- [Standalone with beton-cli.json file](#standalone-with-beton-clijsonhttpsbitbucketorgtheuybvbeton-clisrcmasterexamplebeton-clijson-file)
- Commands
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