@broadcom/ca7-for-zowe-cli
Version:
CA 7 Workload Automation Plug-in for Zowe CLI
29 lines • 969 B
JavaScript
;
/*
* Copyright © 202X Broadcom Inc. and/or its subsidiaries
* © 202X Broadcom Inc and/or its subsidiaries; All rights reserved
*/
const GetResourceCount_definition_1 = require("./get/GetResourceCount.definition");
const CA7SessionUtils_1 = require("../CA7SessionUtils");
const GetResourceDefinition = {
name: "list-resource-definition",
aliases: ["lrd"],
summary: "Retrieves a Resource Count Resource Information",
description: "All the available commands are listed in the COMMANDS section.",
type: "group",
children: [
GetResourceCount_definition_1.GetResourceCountDef
],
passOn: [
{
property: "options",
value: CA7SessionUtils_1.CA7SessionUtils.CA7_CONNECTION_OPTIONS,
merge: true,
ignoreNodes: [
{ type: "group" }
]
}
]
};
module.exports = GetResourceDefinition;
//# sourceMappingURL=GetResource.definition.js.map