@broadcom/ca7-for-zowe-cli
Version:
CA 7 Workload Automation Plug-in for Zowe CLI
42 lines • 1.42 kB
JavaScript
;
/*
* Copyright © 202X Broadcom Inc. and/or its subsidiaries
* © 202X Broadcom Inc and/or its subsidiaries; All rights reserved
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrsqaDefinition = void 0;
exports.PrsqaDefinition = {
name: "prsqa",
aliases: ["pq"],
summary: "Activates a co-requisite resource",
description: "The PRSQA command activates a corequisite resource",
type: "command",
handler: __dirname + "/Prsqa.handler",
examples: [
{
options: "--rsrc CICSREG8",
description: "Activates a corequisite resource name CICSREG8"
}
],
profile: {
optional: ["ca7"]
},
options: [
{
name: "rsrc",
description: "example: CICSREG8\n\n" +
"Specifies a fully qualified corequisite resource name.\n" +
"Limits: 1 to 44 alphanumeric characters",
type: "string"
},
{
name: "internal",
description: "example: YES\n\n" +
"(Optional) If YES or Y is specified, the command is not forwarded to other CA 7 instances\n\n" +
"even if VRM Corequisite Propagation is enabled and the resource name matches the selection criteria.\n\n" +
"Default: NO",
type: "string"
}
]
};
//# sourceMappingURL=Prsqa.definition.js.map