0.0.4 • Published 3 years ago

@sdlc.vitechteam/pipe-helper v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SDLC Vitech

Pipelines Helpers

oclif Version Downloads/week License

Usage

$ npm install -g @sdlc.vitechteam/pipe-helper
$ pipehelper COMMAND
running command...
$ pipehelper (-v|--version|version)
@sdlc.vitechteam/pipe-helper/0.0.4 darwin-x64 node-v14.11.0
$ pipehelper --help [COMMAND]
USAGE
  $ pipehelper COMMAND
...

Commands

pipehelper help [COMMAND]

display help for pipehelper

USAGE
  $ pipehelper help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

pipehelper junitpublish

describe the command here

USAGE
  $ pipehelper junitpublish

OPTIONS
  -f, --reportPaths=reportPaths    (required) report paths like: **/test-results/**/TEST-*.xml
  -h, --help                       show CLI help
  -s, --summary=summary            (required) summary
  --appId=appId                    GitHub application id. Optionally use GH_APP_ID environment variable
  --checkName=checkName            (required) github check name
  --commit=commit                  (required) commit SHA

  --installationId=installationId  GitHub application installationId. Optionally use GH_APP_INSTALLATION_ID environment
                                   variable

  --privateKey=privateKey          GitHub application primate key. Optionally use GH_APP_PRIVATE_KEY environment
                                   variable

EXAMPLE
  $ pipehelper junitpublish --reportPaths="**/test-results/**/TEST-*.xml" --summary="JUnit Report" --checkName="JUnit 
  Report Check" --commit="$PULL_PULL_SHA"

See code: src/commands/junitpublish.ts