UNPKG

@zosconnect/zosconnect-zowe-cli

Version:
38 lines 1.6 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 2019 * */ const ZosConnectionSessionUtils_1 = require("../ZosConnectionSessionUtils"); const delete_definition_1 = require("./delete/delete.definition"); const info_definition_1 = require("./info/info.definition"); const install_definition_1 = require("./install/install.definition"); const list_definition_1 = require("./list/list.definition"); const start_definition_1 = require("./start/start.definition"); const stop_definition_1 = require("./stop/stop.definition"); const update_definition_1 = require("./update/update.definition"); const serviceDefinition = { name: "service", type: "group", description: "Manage z/OS Connect EE Services", children: [list_definition_1.ListDefinition, install_definition_1.InstallDefinition, delete_definition_1.DeleteDefinition, update_definition_1.UpdateDefinition, start_definition_1.StartDefinition, stop_definition_1.StopDefinition, info_definition_1.InfoDefinition], passOn: [ { property: "options", value: ZosConnectionSessionUtils_1.ZosConnectSessionutils.ZCON_CONNECTION_OPTIONS, merge: true, ignoreNodes: [ { type: "group" }, ], }, ], }; module.exports = serviceDefinition; //# sourceMappingURL=service.definition.js.map