$ 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
...
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
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