@ibm/znetview-automation-for-zowe-cli

v1.0.4
IBM Z NetView Automation plugin for Zowe CLI
zowe cli netview IBM Z NetView nv NetView

build

node scripts/updateLicense.js && tsc --pretty && yarn run checkTestsCompile && madge -c lib

package

gulp

checkTestsCompile

echo "Checking that test source compiles..." && tsc --project __tests__/test-tsconfig.json --noEmit

prebuild

yarn run clean && yarn run lint && echo Using TypeScript && tsc --version

buildRelease

yarn version --patch && yarn run build

buildPrerelease

yarn version --prerelease --preid=rc && yarn run build

clean

rimraf lib

watch

tsc --pretty --watch

prepublishOnly

yarn run build

lint

tslint "src/**/*.ts"

test

yarn run test:unit && yarn run test:integration && yarn run test:system

test:system

env-cmd -f __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false

test:integration

env-cmd -f __tests__/__resources__/env/integration.env jest .*/__integration__/.* --coverage false

test:unit

env-cmd -f __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns ".*/__system__|__integration__/.*"

installPlugin

yarn && zowe plugins install .
npm i @ibm/znetview-automation-for-zowe-cli

Metadata

Downloads