UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

17 lines (16 loc) 744 B
import { ICommandOptionDefinition } from "@zowe/imperative"; /** * zosMF command line options, derived from zowe-cli equivalents */ export declare class ZosmfOptions { static CICS_DEPLOY_ZOSMF_OPTION_HOST: ICommandOptionDefinition; static CICS_DEPLOY_ZOSMF_OPTION_PORT: ICommandOptionDefinition; static CICS_DEPLOY_ZOSMF_OPTION_USER: ICommandOptionDefinition; static CICS_DEPLOY_ZOSMF_OPTION_PASSWORD: ICommandOptionDefinition; static CICS_DEPLOY_ZOSMF_OPTION_REJECT_UNAUTHORIZED: ICommandOptionDefinition; static CICS_DEPLOY_ZOSMF_OPTION_BASE_PATH: ICommandOptionDefinition; /** * Options related to connecting to z/OSMF */ static CICS_DEPLOY_ZOSMF_CONNECTION_OPTIONS: ICommandOptionDefinition[]; }