UNPKG

@broadcom/dbm-db2-for-zowe-cli

Version:

Broadcom Database Management Solutions for Db2 for z/OS plug-in for Zowe CLI

47 lines (46 loc) 2.17 kB
"use strict"; /*! * Copyright (c) 2024 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. */ const connectionProfile_1 = require("./cli/profile/connectionProfile"); const optionsProfile_1 = require("./cli/profile/optionsProfile"); const constants_1 = require("./constants"); const config = { commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"], pluginSummary: "Interact with Db2 using the Broadcom Database Management Solutions for Db2 for z/OS.", rootCommandDescription: `${constants_1.PLUGIN_NAME} plug-in to interact with Db2 using the Broadcom Database Management Solutions\ for Db2 for z/OS. ${constants_1.SamplesRepoReference}`, productDisplayName: "Broadcom Database Management Solutions for Db2 for z/OS plug-in for Zowe CLI", name: constants_1.PLUGIN_NAME_LOW, pluginAliases: ["dbm"], profiles: [connectionProfile_1.connectionProfile, optionsProfile_1.optionsProfile], apimlConnLookup: [ { apiId: "bcm.dbmds", gatewayUrl: "api/v1", connProfType: connectionProfile_1.connectionProfile.type } ] }; module.exports = config; //# sourceMappingURL=imperative.js.map