1.0.3 • Published 5 years ago

@labshare/services-build-cli v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

oclif Codecov Build Status

services-build-cli

Usage

$ npm install -g @labshare/services-build-cli
$ services COMMAND
running command...
$ services (-v|--version|version)
@labshare/services-build-cli/1.0.3 linux-x64 node-v10.13.0
$ services --help [COMMAND]
USAGE
  $ services COMMAND
...

Commands

services build

The services build CLI can be used to generate distributions for Node.js API projects.

USAGE
  $ services build

OPTIONS
  -b, --buildVersion=buildVersion  Set the project build version.
  -d, --destination=destination    Set the build distribution output folder.
  -h, --help                       show CLI help

  -s, --source=source              [default: /home/travis/build/LabShare/services-build-cli] Set the project root
                                   directory

  --npmCache=npmCache              Path to a directory. Overrides the global npm cache for the npm install step.

EXAMPLES
  $ services build
  $ services build --destination ./dist --buildVersion 0.1.2

See code: src/commands/build.ts

services help [COMMAND]

display help for services

USAGE
  $ services help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help