@nullcc/sdet-cli

2.0.9 • Public • Published

sdet-cli

Install

npm install --registry=http://nexus3-xmn02.int.rclabenv.com/repository/npm-group/ -g @ringcentral/sdet-cli@2

Usages

Mark Impact

Get help information:

$ sdet-cli mark-impact -h
Usage: sdet-cli mark-impact [options]

mark impacted code blocks

Options:
  -d, --diff <diff>            Diff file, will use stdin if be ignored
  -w, --workspace <workspace>  Workspace of project source code, default by current directory
  -e, --dotenv-file <env>      .env file to specify LSP server binaries. Keys: [TYPESCRIPT_LSP_SERVER_BIN, JAVA_LSP_SERVER_BIN, KOTLIN_LSP_SERVER_BIN, CLANG_LSP_SERVER_BIN, SWIFT_LSP_SERVER_BIN,
                               CSHARP_LSP_SERVER_BIN]
  -h, --help                   display help for command

Sample usage:

$ sdet-cli mark-impact -d sample.diff -w . -e ./.env

or input git diff via stdin:

$ git diff | sdet-cli mark-impact -w . -e ./.env

Development

$ npm install
$ npm run tools:init

More Information

wiki

Readme

Keywords

none

Package Sidebar

Install

npm i @nullcc/sdet-cli

Weekly Downloads

9

Version

2.0.9

License

none

Unpacked Size

167 kB

Total Files

42

Last publish

Collaborators

  • ethan.zhang