@zowe/cics-for-zowe-cli
Version:
Zowe CLI Plug-in for IBM CICS Transaction Server
30 lines • 1.1 kB
JavaScript
;
/**
* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*
*/
// Imperative version of Zowe CLI
const cics_for_zowe_sdk_1 = require("@zowe/cics-for-zowe-sdk");
const PluginConstants_1 = require("./PluginConstants");
const config = {
commandModuleGlobs: ["*/*.definition!(.d).*s"],
rootCommandDescription: PluginConstants_1.PluginConstants.PLUGIN_DESCRIPTION,
productDisplayName: PluginConstants_1.PluginConstants.PLUGIN_NAME,
name: PluginConstants_1.PluginConstants.PLUGIN_GROUP_NAME,
// apimlConnLookup: [
// {
// apiId: "place_the_cics_apiId_here",
// gatewayUrl: "api/v1",
// connProfType: "cics"
// }
// ],
profiles: [(0, cics_for_zowe_sdk_1.getCICSProfileDefinition)()],
};
module.exports = config;
//# sourceMappingURL=imperative.js.map