@@ -32,7 +32,7 @@ const config: IImperativeConfig = {
32
32
title : "The cics-deploy-profile schema" ,
33
33
description : "Specifies the target environment for the cics-deploy deploy and undeploy actions." ,
34
34
properties : {
35
- cicsplex : {
35
+ " cicsplex" : {
36
36
optionDefinition : {
37
37
description : "Specifies the CICSplex (up to 8 characters) to target." ,
38
38
type : "string" ,
@@ -43,7 +43,7 @@ const config: IImperativeConfig = {
43
43
} ,
44
44
type : "string"
45
45
} ,
46
- scope : {
46
+ " scope" : {
47
47
optionDefinition : {
48
48
description : "Specifies the name of the CICS System, or CICS System Group " +
49
49
"(up to 8 characters) to target." ,
@@ -55,7 +55,7 @@ const config: IImperativeConfig = {
55
55
} ,
56
56
type : "string"
57
57
} ,
58
- csdgroup : {
58
+ "csd-group" : {
59
59
optionDefinition : {
60
60
description : "Specifies the CSD group (up to 8 characters) for the bundle resource. If a bundle is " +
61
61
"deployed then a definition is added to this group; if a bundle is undeployed then the " +
@@ -69,7 +69,7 @@ const config: IImperativeConfig = {
69
69
} ,
70
70
type : "string"
71
71
} ,
72
- resgroup : {
72
+ "res-group" : {
73
73
optionDefinition : {
74
74
description : "Specifies the BAS resource group (up to 8 characters) for the bundle resource. If a bundle is " +
75
75
"deployed then a resource is defined in the BAS data repository; if a bundle is undeployed then the " +
@@ -78,11 +78,11 @@ const config: IImperativeConfig = {
78
78
name : "res-group" ,
79
79
aliases : [ "rg" , "resgroup" ] ,
80
80
stringLengthRange : [ 1 , MAX_LENGTH ] ,
81
- conflictsWith : [ "csdgroup " ] ,
81
+ conflictsWith : [ "csd-group " ] ,
82
82
} ,
83
83
type : "string"
84
84
} ,
85
- cicshlq : {
85
+ "cics-hlq" : {
86
86
optionDefinition : {
87
87
description : "Specifies the High Level Qualifier (up to 35 characters) at which the CICS " +
88
88
"datasets can be found in the target environment." ,
@@ -94,7 +94,7 @@ const config: IImperativeConfig = {
94
94
} ,
95
95
type : "string"
96
96
} ,
97
- cpsmhlq : {
97
+ "cpsm-hlq" : {
98
98
optionDefinition : {
99
99
description : "Specifies the High Level Qualifier (up to 35 characters) at which the CPSM " +
100
100
"datasets can be found in the target environment." ,
@@ -106,7 +106,7 @@ const config: IImperativeConfig = {
106
106
} ,
107
107
type : "string"
108
108
} ,
109
- targetdir : {
109
+ "target-directory" : {
110
110
optionDefinition : {
111
111
description : "Specifies the target zFS location to which CICS bundles should be uploaded (up to 255 characters)." ,
112
112
type : "string" ,
@@ -117,7 +117,7 @@ const config: IImperativeConfig = {
117
117
} ,
118
118
type : "string"
119
119
} ,
120
- jobcard : {
120
+ "job-card" : {
121
121
optionDefinition : {
122
122
description : "Specifies the job card to use with any generated DFHDPLOY JCL." ,
123
123
type : "string" ,
@@ -129,7 +129,7 @@ const config: IImperativeConfig = {
129
129
type : "string"
130
130
}
131
131
} ,
132
- required : [ "cicsplex" , "scope" , "cicshlq " , "cpsmhlq " , "jobcard " ]
132
+ required : [ "cicsplex" , "scope" , "cics-hlq " , "cpsm-hlq " , "job-card " ]
133
133
} ,
134
134
createProfileExamples : [
135
135
{
0 commit comments