@zowe/imperative

v5.0.0-next.202101221426
framework for building configurable CLIs
CLI framework zowe

lint

npm run lint:packages && npm run lint:tests

test

npm run test:unit && npm run test:integration

build

npm run build:packages

watch

gulp watch

typedoc

typedoc --options ./typedoc.json ./packages/

postbuild

gulp build:install-all-cli-dependencies && gulp build:all-clis && npm run checkTestsCompile

test:unit

env-cmd ./__tests__/config/unit/.env.js --no-override jest -c ./__tests__/config/unit/jest.config.json

browserify

gulp browserify

lint:tests

tslint --format stylish -c ./tslint-tests.json "**/__tests__/**/*.ts"

audit:public

npm audit --registry https://registry.npmjs.org/

build:webHelp

cd web-help && tsc

lint:packages

tslint --format stylish -c ./tslint-packages.json "packages/**/*.ts"

watch:webHelp

cd web-help && tsc -w

build:packages

gulp build && npm run build:webHelp && npm run browserify

test:integration

env-cmd ./__tests__/config/integration/.env.js --no-override jest -c ./__tests__/config/integration/jest.config.json --runInBand

checkTestsCompile

echo "Checking that test source compiles" && tsc --noEmit -p tsconfig-tests.json

pretest:integration

gulp test:installSampleClis

posttest:integration

gulp test:uninstallSampleClis
npm i @zowe/[email protected]

Metadata

  • EPL-2.0
  • >=8.0.0
  • Broadcom
  • released 1/23/2021

Downloads