Skip to content

Commit

Permalink
Merge pull request #27 from zowe/update-1.28.1
Browse files Browse the repository at this point in the history
Update Broadcom plugin help for Zowe 1.28.1
  • Loading branch information
t1m0thyj authored Aug 17, 2022
2 parents f8c140d + a83623a commit bc97103
Show file tree
Hide file tree
Showing 88 changed files with 5,897 additions and 3,395 deletions.
2 changes: 1 addition & 1 deletion commandGroups/ca7.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021 Broadcom. All Rights Reserved. The term
// Copyright (c) 2022 Broadcom. All Rights Reserved. The term
// "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
{
"name": "ca7",
Expand Down
50 changes: 25 additions & 25 deletions commandGroups/caspool.jsonc
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
// Copyright (c) 2021 Broadcom. All Rights Reserved. The term
// Copyright (c) 2022 Broadcom. All Rights Reserved. The term
// "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
{
"name": "caspool",
"description": "Interact with CA Spool™",
"description": "Interact with Spool™",
"type": "group",
"children": [
{
"name": "issue",
"aliases": [
"is"
],
"summary": "Issue CA Spool commands.",
"description": "Issue CA Spool commands.",
"summary": "Issue Spool commands.",
"description": "Issue Spool commands.",
"type": "group",
"children": [
{
"name": "command",
"aliases": [
"cmd"
],
"summary": "Issue commands to work with CA Spool.",
"description": "Issue commands to work with CA Spool.",
"summary": "Issue commands to work with Spool.",
"description": "Issue commands to work with Spool.",
"type": "command",
"handler": "",
"profile": {
Expand All @@ -34,13 +34,13 @@
{
"name": "commandText",
"type": "string",
"description": "The CA Spool command to issue.",
"description": "The Spool command to issue.",
"required": true
}
],
"examples": [
{
"description": "Issue the CA Spool command 'DS' to display the status of the ESF system",
"description": "Issue the Spool command 'DS' to display the status of the ESF system",
"options": "\"DS\""
}
],
Expand All @@ -53,10 +53,10 @@
"a"
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "High level qualifier of CA Spool installation.",
"description": "High level qualifier of Spool installation.",
"type": "string",
"name": "spoolhlq",
"aliases": [
Expand All @@ -67,10 +67,10 @@
35
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "CA Spool subsystem name.",
"description": "Spool subsystem name.",
"type": "string",
"name": "subsys",
"aliases": [
Expand All @@ -81,10 +81,10 @@
4
],
"defaultValue": "ESF",
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "The SYSTSPRT data set allocated by CAI.CBQ4JCL(BQ4JZOWE). It must be unique for each Zowe CLI user interacting with CA Spool.",
"description": "The SYSTSPRT data set allocated by CAI.CBQ4JCL(BQ4JZOWE). It must be unique for each Zowe CLI user interacting with Spool.",
"type": "string",
"name": "outds",
"aliases": [
Expand All @@ -95,7 +95,7 @@
44
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "The data set containing ESFZOWE REXX exec.",
Expand All @@ -109,7 +109,7 @@
44
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"name": "host",
Expand Down Expand Up @@ -296,10 +296,10 @@
"a"
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "High level qualifier of CA Spool installation.",
"description": "High level qualifier of Spool installation.",
"type": "string",
"name": "spoolhlq",
"aliases": [
Expand All @@ -310,10 +310,10 @@
35
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "CA Spool subsystem name.",
"description": "Spool subsystem name.",
"type": "string",
"name": "subsys",
"aliases": [
Expand All @@ -324,10 +324,10 @@
4
],
"defaultValue": "ESF",
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "The SYSTSPRT data set allocated by CAI.CBQ4JCL(BQ4JZOWE). It must be unique for each Zowe CLI user interacting with CA Spool.",
"description": "The SYSTSPRT data set allocated by CAI.CBQ4JCL(BQ4JZOWE). It must be unique for each Zowe CLI user interacting with Spool.",
"type": "string",
"name": "outds",
"aliases": [
Expand All @@ -338,7 +338,7 @@
44
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
},
{
"description": "The data set containing ESFZOWE REXX exec.",
Expand All @@ -352,7 +352,7 @@
44
],
"required": true,
"group": "CA SPOOL OPTIONS"
"group": "SPOOL OPTIONS"
}
],
"merge": true,
Expand Down Expand Up @@ -499,7 +499,7 @@
"positionals": []
}
],
"summary": "CA Spool™ Plug-in for Zowe™ CLI",
"summary": "Spool™ Plug-in for Zowe™ CLI",
"aliases": [
"esf"
],
Expand Down
Loading

0 comments on commit bc97103

Please sign in to comment.