UNPKG

@broadcom/mat-detect-for-zowe-cli

Version:

MAT Detect plug-in for Zowe CLI

42 lines 2.56 kB
"use strict"; /* * Copyright (c) 2019 Broadcom. All Rights Reserved. The term * "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This software and all information contained therein is * confidential and proprietary and shall not be duplicated, * used, disclosed, or disseminated in any way except as * authorized by the applicable license agreement, without the * express written permission of Broadcom. All authorized * reproductions must be marked with this language. * * EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO * THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS * SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT * LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM * BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR * DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE, * INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS * INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS * EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.getcmd = void 0; const Getalertbyjob_definition_1 = require("./get-alert-by-job/Getalertbyjob.definition"); const Getperf_definition_1 = require("./get-perf/Getperf.definition"); const Getalert_definition_1 = require("./get-alert/Getalert.definition"); exports.getcmd = { name: "get", aliases: ["gt"], type: "group", summary: "Get performance information using PMA utilities.", description: "Get performance information using PMA utilities. You can get the current performance data of your jobs and check for the daily performance alerts.", children: [ Getalert_definition_1.Getalert, Getalertbyjob_definition_1.Getalertbyjob, Getperf_definition_1.Getperf ], }; module.exports = exports.getcmd; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LmRlZmluaXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY2xpL2dldC9nZXQuZGVmaW5pdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXFCRzs7O0FBR0gsMEZBQTRFO0FBQzVFLHNFQUF3RDtBQUN4RCx5RUFBMkQ7QUFFOUMsUUFBQSxNQUFNLEdBQXVCO0lBQ3RDLElBQUksRUFBRSxLQUFLO0lBQ1gsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDO0lBQ2YsSUFBSSxFQUFFLE9BQU87SUFDYixPQUFPLEVBQUUsa0RBQWtEO0lBQzNELFdBQVcsRUFBRSxvSkFBb0o7SUFDakssUUFBUSxFQUFFO1FBQ04sOEJBQVE7UUFDUix3Q0FBYTtRQUNiLDRCQUFPO0tBQ1Y7Q0FDSixDQUFDO0FBRUYsTUFBTSxDQUFDLE9BQU8sR0FBRyxjQUFNLENBQUMifQ==