zowe-cli-cics-deploy-plugin
Version:
IBM CICS Bundle generation and deployment for Zowe CLI
18 lines (17 loc) • 506 B
TypeScript
import { IHandlerParameters, IProfile } from "@zowe/imperative";
/**
* Class to implement zosMF configuration.
*
* @export
* @class ZosmfConfig
*/
export declare class ZosmfConfig {
/**
* Merge command line overrides together with the optional zosmfProfile into a
* composite whole
*/
static mergeProfile(zosmfProfile: IProfile, params: IHandlerParameters): void;
private static DEFAULT_ZOSMF_PORT;
private static validateRequired;
private static checkValueFound;
}