UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

26 lines 838 B
"use strict"; /* * 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 * */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BundleversionOption = void 0; /** * Imperative option for the "bundleversion" parameter * */ exports.BundleversionOption = { name: "bundle-version", aliases: ["bv", "bundleversion"], type: "string", group: "cics-deploy Options", description: "The major.minor.micro version number for the generated CICS bundle. If no value is " + "specified, a default value of 1.0.0 is used." }; //# sourceMappingURL=Bundleversion.option.js.map