UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

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