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

v3.0.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

yarn test:unit

build

tsc --pretty && yarn checkTestsCompile

clean

rimraf lib

watch

tsc --pretty --watch

pretty

prettier --write .

package

yarn clean && node ../../scripts/updateLicense.js && yarn 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

yarn test:unit && yarn test:system

build:nls

yarn 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

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

installPlugin

yarn && zowe plugins install .

checkTestsCompile

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

Metadata

Downloads