UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

29 lines 1.06 kB
"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.NodejsappOption = void 0; /** * Imperative option for the "nodejsapp" parameter * */ exports.NodejsappOption = { name: "nodejsapp", aliases: ["n", "nj", "nja"], type: "string", group: "cics-deploy Options", description: "The ID of the generated CICS NODEJSAPP resource, up to 32 characters. If no value is " + "specified, a default value is created from the " + "'name' property in package.json, or the bundleid option if specified. " + "If the value is too long it is truncated. If it contains characters " + "that are not supported by CICS, each character is replaced by an X." }; //# sourceMappingURL=Nodejsapp.option.js.map