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

v2.1.4
IBM Z System Automation plugin for Zowe CLI (Zowe-V2): A Zowe CLI Plugin for IBM's Z System Automation Operations API.
Z System Automation System Automation sa SA SA Plug-In for Zowe

build

tsc --pretty && npm run checkTestsCompile && madge -c lib

checkTestsCompile

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

prebuild

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

clean

rimraf lib

watch

tsc --pretty --watch

prepublishOnly

npm run build

lint

tslint "src/**/*.ts"

test

npm run test:unit -- -u

test:robot

robot -T -d __tests__/__results__/robot __tests__/__robot__

test:system

env-cmd -f __tests__/__resources__/env/system.env jest .*/__system__/.* --testRegex "\.test\.ts$" --coverage false

test:integration

env-cmd -f __tests__/__resources__/env/integration.env jest .*/__integration__/.* --testRegex "\.test\.ts$" --passWithNoTests --coverage false

test:unit

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

installPlugin

npm install && npm run clean && npm run build && zowe plugins install .

packagePlugin

npm pack

preinstallable

mkdirp dist && rimraf dist/*
npm i @ibm/system-automation-for-zowe-cli

Metadata

Downloads