zowe-cli-cics-deploy-plugin
Version:
IBM CICS Bundle generation and deployment for Zowe CLI
28 lines • 991 B
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 IBM Corp, 2019
*
*/
const DeployBundle_definition_1 = require("./bundle/DeployBundle.definition");
/**
* Imperative command to "deploy" a Bundle, etc.
*
*/
const DeployDefinition = {
name: "deploy",
aliases: ["d", "dep"],
summary: "Deploy a CICS bundle to one or more CICS regions within a CICSplex",
description: "Deploy a CICS bundle from zFS to one or more CICS regions within a CICSplex. " +
"A BUNDLE resource is installed, ENABLED and made AVAILABLE in the " +
"target scope of the CICSplex.",
type: "group",
children: [DeployBundle_definition_1.DeployBundleDefinition],
};
module.exports = DeployDefinition;
//# sourceMappingURL=Deploy.definition.js.map