Skip to content

Commit ecd2bbf

Browse files
authored
Merge pull request #90 from zowe/awharn/update-broadcom-v3-plugins
2 parents 8e44ee8 + 89e35fb commit ecd2bbf

File tree

2 files changed

+1491
-71
lines changed

2 files changed

+1491
-71
lines changed

commandGroups/dbm-db2.jsonc

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
33
{
44
"name": "dbm-db2",
5-
"description": "DBM-Db2 plug-in to interact with Db2 using the Broadcom Database Management Solutions for Db2 for z/OS.\n \n For details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
5+
"description": "DBM-Db2 plug-in to interact with Db2 using the Broadcom Database Management Solutions for Db2 for z/OS.\n \n For details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
66
"type": "group",
77
"children": [
88
{
@@ -12,7 +12,7 @@
1212
"children": [
1313
{
1414
"name": "ddl",
15-
"description": "Validate the syntax of input DDL and optionally verify Db2 object dependencies. Use this command to ensure that the syntax of the input DDL is valid. You can also optionally verify that the objects to be created do not exist on the Db2 subsystem and that the related objects that are required for successful creation of the objects exist on the Db2 subsystem or in the input DDL. You can generate input DDL using the 'zowe dbm generate ddl' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
15+
"description": "Validate the syntax of input DDL and optionally verify Db2 object dependencies. Use this command to ensure that the syntax of the input DDL is valid. You can also optionally verify that the objects to be created do not exist on the Db2 subsystem and that the related objects that are required for successful creation of the objects exist on the Db2 subsystem or in the input DDL. You can generate input DDL using the 'zowe dbm generate ddl' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
1616
"type": "command",
1717
"handler": "",
1818
"profile": {
@@ -102,7 +102,8 @@
102102
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
103103
"required": false,
104104
"type": "string",
105-
"group": "DBM-Db2 Connection Options"
105+
"group": "DBM-Db2 Connection Options",
106+
"hidden": true
106107
},
107108
{
108109
"name": "job-cards",
@@ -376,7 +377,7 @@
376377
"children": [
377378
{
378379
"name": "ddl",
379-
"description": "Compare objects that are defined in a DDL file to objects that are defined on a Db2 subsystem and generate an update script to implement the necessary object changes. This command also generates a high-level change summary report and a parseable impact analysis report. You can execute the script that is generated from this command using the 'zowe dbm execute compare-script' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
380+
"description": "Compare objects that are defined in a DDL file to objects that are defined on a Db2 subsystem and generate an update script to implement the necessary object changes. This command also generates a high-level change summary report and a parseable impact analysis report. You can execute the script that is generated from this command using the 'zowe dbm execute compare-script' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
380381
"type": "command",
381382
"handler": "",
382383
"profile": {
@@ -551,7 +552,8 @@
551552
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
552553
"required": false,
553554
"type": "string",
554-
"group": "DBM-Db2 Connection Options"
555+
"group": "DBM-Db2 Connection Options",
556+
"hidden": true
555557
},
556558
{
557559
"name": "job-cards",
@@ -843,7 +845,7 @@
843845
"children": [
844846
{
845847
"name": "ddl",
846-
"description": "Deploy Db2 object changes on the target Db2 subsystem using an input file that contains the DDL. For example, an application developer has made changes to DDL in a local file and is ready to test the DDL changes. Use this command to deploy the changes to the test environment.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
848+
"description": "Deploy Db2 object changes on the target Db2 subsystem using an input file that contains the DDL. For example, an application developer has made changes to DDL in a local file and is ready to test the DDL changes. Use this command to deploy the changes to the test environment.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
847849
"type": "command",
848850
"handler": "",
849851
"profile": {
@@ -970,7 +972,8 @@
970972
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
971973
"required": false,
972974
"type": "string",
973-
"group": "DBM-Db2 Connection Options"
975+
"group": "DBM-Db2 Connection Options",
976+
"hidden": true
974977
},
975978
{
976979
"name": "job-cards",
@@ -1262,7 +1265,7 @@
12621265
"children": [
12631266
{
12641267
"name": "compare-script",
1265-
"description": "Execute the compare script that was generated with the 'zowe dbm compare ddl' command to implement the Db2 object changes on the Db2 subsystem specified within the script. This command also generates a recovery script to undo compare script changes.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli\n",
1268+
"description": "Execute the compare script that was generated with the 'zowe dbm compare ddl' command to implement the Db2 object changes on the Db2 subsystem specified within the script. This command also generates a recovery script to undo compare script changes.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2\n",
12661269
"type": "command",
12671270
"handler": "",
12681271
"profile": {
@@ -1348,7 +1351,8 @@
13481351
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
13491352
"required": false,
13501353
"type": "string",
1351-
"group": "DBM-Db2 Connection Options"
1354+
"group": "DBM-Db2 Connection Options",
1355+
"hidden": true
13521356
},
13531357
{
13541358
"name": "job-cards",
@@ -1560,7 +1564,7 @@
15601564
},
15611565
{
15621566
"name": "script",
1563-
"description": "Execute a Batch Processor script on a target subsystem. For example, use this command to execute a Batch Processor script or specifically to execute a recovery script to undo changes that were made by the 'zowe dbm execute compare-script' command. If execution of the script fails, you can execute it again using the 'script-section' or 'restart' options. You can edit the script and make changes before you execute or restart it.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli\n",
1567+
"description": "Execute a Batch Processor script on a target subsystem. For example, use this command to execute a Batch Processor script or specifically to execute a recovery script to undo changes that were made by the 'zowe dbm execute compare-script' command. If execution of the script fails, you can execute it again using the 'script-section' or 'restart' options. You can edit the script and make changes before you execute or restart it.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2\n",
15641568
"type": "command",
15651569
"handler": "",
15661570
"profile": {
@@ -1657,7 +1661,8 @@
16571661
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
16581662
"required": false,
16591663
"type": "string",
1660-
"group": "DBM-Db2 Connection Options"
1664+
"group": "DBM-Db2 Connection Options",
1665+
"hidden": true
16611666
},
16621667
{
16631668
"name": "job-cards",
@@ -1889,7 +1894,7 @@
18891894
},
18901895
{
18911896
"name": "migration-script",
1892-
"description": "Execute the migration script that was generated with the 'zowe dbm prepare migration' command to migrate Db2 objects (DDL) and table data from a source subsystem to a target subsystem. The source and target subsystem IDs are specified within the script.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli\n",
1897+
"description": "Execute the migration script that was generated with the 'zowe dbm prepare migration' command to migrate Db2 objects (DDL) and table data from a source subsystem to a target subsystem. The source and target subsystem IDs are specified within the script.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2\n",
18931898
"type": "command",
18941899
"handler": "",
18951900
"profile": {
@@ -1963,7 +1968,8 @@
19631968
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
19641969
"required": false,
19651970
"type": "string",
1966-
"group": "DBM-Db2 Connection Options"
1971+
"group": "DBM-Db2 Connection Options",
1972+
"hidden": true
19671973
},
19681974
{
19691975
"name": "job-cards",
@@ -2221,7 +2227,7 @@
22212227
"children": [
22222228
{
22232229
"name": "ddl",
2224-
"description": "Generate CREATE or DROP DDL statements for specified Db2 objects into an output DDL file. For example, use this command to generate CREATE TABLE definitions that you can then edit and use to update the table definition on a Db2 subsystem with the 'zowe dbm compare ddl' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
2230+
"description": "Generate CREATE or DROP DDL statements for specified Db2 objects into an output DDL file. For example, use this command to generate CREATE TABLE definitions that you can then edit and use to update the table definition on a Db2 subsystem with the 'zowe dbm compare ddl' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
22252231
"type": "command",
22262232
"handler": "",
22272233
"profile": {
@@ -2363,7 +2369,8 @@
23632369
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
23642370
"required": false,
23652371
"type": "string",
2366-
"group": "DBM-Db2 Connection Options"
2372+
"group": "DBM-Db2 Connection Options",
2373+
"hidden": true
23672374
},
23682375
{
23692376
"name": "job-cards",
@@ -2652,7 +2659,7 @@
26522659
"children": [
26532660
{
26542661
"name": "migration",
2655-
"description": "Generate a script to migrate Db2 object definitions (DDL) and data from a source subsystem to a target subsystem. You can specify which objects to include and apply changes to the objects as part of the migration. To execute the script, use the 'zowe dbm execute migration-script' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2-for-zowe-cli",
2662+
"description": "Generate a script to migrate Db2 object definitions (DDL) and data from a source subsystem to a target subsystem. You can specify which objects to include and apply changes to the objects as part of the migration. To execute the script, use the 'zowe dbm execute migration-script' command.\n \nFor details about command usage for automation, see DBM-Db2 samples at https://github.com/BroadcomMFD/dbm-db2",
26562663
"type": "command",
26572664
"handler": "",
26582665
"profile": {
@@ -2797,7 +2804,8 @@
27972804
"description": "Specifies a string of one or more entries consisting of a Db2 subsystem ID and a DBM Data Service REST API server host name or TCP/IP address. Use a comma to separate entries. The same Db2 subsystem can be used in multiple DBM Data Service environments. For more information about configuring the DBM Data Service, see the Database Management Solutions for Db2 for z/OS documentation at https://techdocs.broadcom.com/db2mgmt",
27982805
"required": false,
27992806
"type": "string",
2800-
"group": "DBM-Db2 Connection Options"
2807+
"group": "DBM-Db2 Connection Options",
2808+
"hidden": true
28012809
},
28022810
{
28032811
"name": "job-cards",

0 commit comments

Comments
 (0)