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

v4.5.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.

build

tsc --pretty && npm run checkTestsCompile

build:nls

npm run updateLicense && npm run build

build:version

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

package

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

checkTestsCompile

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

prebuild

echo Using TypeScript && tsc --version

clean

rimraf lib

watch

tsc --pretty --watch

lint

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

lintErrors

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

checkDeps

madge --extensions ts --circular ./src

plotDeps

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

pretty

prettier --write .

get-version

echo $npm_package_version

test

npm run test:unit

test:all

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

test:system

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

test:unit

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

updateLicense

node ./scripts/updateRseLicense.js

minify

node ./scripts/build.js
npm i @ibm/rse-api-for-zowe-cli

Metadata

Downloads