deploy-test-status

0.0.6 • Public • Published

deploy-test-status

SFDX Plugin to provide CI compatible test status report for sfdx projects deploys

Version CircleCI Appveyor CI Greenkeeper Known Vulnerabilities Downloads/week License

$ npm install -g deploy-test-status
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
deploy-test-status/0.0.6 linux-x64 node-v12.18.2
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx tmo:deploy:test:status [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

gets deploy test status report in CI-ready format

USAGE
  $ sfdx tmo:deploy:test:status [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -i, --jobid=jobid                                                                 job id of the deployment you want to
                                                                                    check test status for

  -u, --targetusername=targetusername                                               username or alias for the target
                                                                                    org; overrides default target org

  --apiversion=apiversion                                                           override the api version used for
                                                                                    api requests made by this command

  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

EXAMPLE
  sfdx tmo:deploy:test:status --targetusername myOrg@example.com --jobid 0Af0900000O0xyABCD

See code: src/commands/tmo/deploy/test/status.ts

Package Sidebar

Install

npm i deploy-test-status

Weekly Downloads

16

Version

0.0.6

License

MIT

Unpacked Size

26.2 kB

Total Files

16

Last publish

Collaborators

  • baksale