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

v3.0.0-next.202406041826
Data set, USS, and Jobs functionality via FTP for Zowe CLI

lint

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

test

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

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

env-cmd -f __tests__/__resources__/env/unit.env jest .*/__unit__/.* --coverage

lint:tests

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

test:system

env-cmd -f __tests__/__resources__/env/system.env jest .*/__system__/.* --no-coverage --runInBand

installPlugin

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

test:integration

env-cmd -f __tests__/__resources__/env/integration.env jest .*/__integration__/.* --no-coverage

checkTestsCompile

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

circularDependencyCheck

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

Metadata

Downloads