@ibm/rse-api-for-zowe-cli

v3.1.1
IBM RSE API Plug-in for Zowe CLI: A Zowe CLI Plugin for IBM's Remote System Explorer RSE API as well as the Zowe REST API.

lint

concurrently -n "_eslint_,prettier" "eslint . --ext .ts" "prettier --check ."

test

npm run test:unit

build

tsc --pretty && npm run checkTestsCompile

clean

rimraf lib

watch

tsc --pretty --watch

pretty

prettier --write .

package

npm run clean && node ../../scripts/updateLicense.js && npm run build && gulp && npm pack && node ../../scripts/mv-pack.js ibm-rse-api-for-zowe-cli tgz

plotDeps

madge --extensions ts --image ./docs/dependency-graph.svg ./src

prebuild

echo Using TypeScript && tsc --version

test:all

npm run test:unit && npm run test:system

build:nls

npm run build

checkDeps

madge --extensions ts --circular ./src

test:unit

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

lintErrors

concurrently -n "_eslint_,prettier" "eslint . --quiet --ext .ts" "prettier --check ."

get-version

echo $npm_package_version

test:system

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

build:version

npm version --new-version $npm_package_version-`date '+%Y%m%d%H%M'`-`git rev-parse --short HEAD` --no-git-tag-version

installPlugin

npm run && zowe plugins install .

checkTestsCompile

echo "Checking that test source compiles..." && tsc --project __tests__/test-tsconfig.json --noEmit
npm i @ibm/[email protected]

Metadata

Downloads