@zowe/zos-ftp-for-zowe-cli

v1.8.1
Data set, USS, and Jobs functionality via FTP for Zowe CLI

lint

eslint "src/**/*.ts" "**/__tests__/**/*.ts"

test

jest --coverage

build

npm run clean && npm run license && tsc --pretty && npm run lint && npm run checkTestsCompile && npm run circularDependencyCheck

clean

rimraf lib

watch

tsc --pretty --watch

license

node ./scripts/updateLicense.js

typedoc

typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck

lint:fix

npm run lint -- --fix

lint:src

eslint "src/**/*.ts" --ignore-pattern "**/__tests__/**/*.ts"

test:unit

jest --coverage --testPathIgnorePatterns ".*/__system__/.*"

lint:tests

eslint "**/__tests__/**/*.ts"

test:system

jest .*/__system__/.* --runInBand --coverage false

installPlugin

npm install && rimraf lib && npm run build && zowe plugins install .

checkTestsCompile

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

circularDependencyCheck

madge -c lib
npm i @zowe/[email protected]

Metadata

  • EPL-2.0
  • Whatever
  • Unknown
  • released 10/13/2021

Downloads