UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

18 lines (17 loc) 500 B
import { IHandlerParameters, IProfile } from "@zowe/imperative"; /** * Class to implement CMCI configuration. * * @export * @class CmciConfig */ export declare class CmciConfig { /** * Merge command line overrides together with the optional cmciProfile into a * composite whole */ static mergeProfile(cmciProfile: IProfile, params: IHandlerParameters): void; private static DEFAULT_CMCI_PORT; private static validateRequired; private static checkValueFound; }