@broadcom/mat-detect-for-zowe-cli
Version:
MAT Detect plug-in for Zowe CLI
8 lines (7 loc) • 671 B
TypeScript
export declare class Constants {
static readonly PLUGIN_SUMMARY = "The MAT Detect plug-in for Zowe CLI enables you to detect performance issues and access performance data supplied by the Performance Management Assistant component (PMA) of Mainframe Application Tuner.";
static readonly PLUGIN_DESCRIPTION = "The MAT Detect plug-in for Zowe CLI enables you to detect performance issues and access performance data supplied by the Performance Management Assistant component (PMA) of Mainframe Application Tuner.";
static readonly DISPLAY_NAME = "MAT Detect Plug-in for Zowe CLI";
static readonly ALIAS = "pma";
static readonly NAME = "mat-pma-util";
}