UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

27 lines 808 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.OverwriteOption = void 0; /** * Imperative option for the "overwrite" parameter * */ exports.OverwriteOption = { name: "overwrite", aliases: ["ow"], type: "boolean", defaultValue: false, required: false, group: "cics-deploy Options", description: "Enable or disable the ability to replace an existing bundle directory or bundle on the remote system." }; //# sourceMappingURL=Overwrite.option.js.map