UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

8 lines (7 loc) 188 B
import { ICommandDefinition } from "@zowe/imperative"; /** * Imperative command to "push" a Bundle, etc. * */ declare const PushDefinition: ICommandDefinition; export = PushDefinition;