@@ -143,7 +143,7 @@ func jobsDefinitionGet() *core.Command {
143
143
ArgsType : reflect .TypeOf (jobs.GetJobDefinitionRequest {}),
144
144
ArgSpecs : core.ArgSpecs {
145
145
{
146
- Name : "id" ,
146
+ Name : "job-definition- id" ,
147
147
Required : true ,
148
148
Deprecated : false ,
149
149
Positional : true ,
@@ -217,7 +217,7 @@ func jobsDefinitionUpdate() *core.Command {
217
217
ArgsType : reflect .TypeOf (jobs.UpdateJobDefinitionRequest {}),
218
218
ArgSpecs : core.ArgSpecs {
219
219
{
220
- Name : "id" ,
220
+ Name : "job-definition- id" ,
221
221
Required : true ,
222
222
Deprecated : false ,
223
223
Positional : true ,
@@ -294,7 +294,7 @@ func jobsDefinitionDelete() *core.Command {
294
294
ArgsType : reflect .TypeOf (jobs.DeleteJobDefinitionRequest {}),
295
295
ArgSpecs : core.ArgSpecs {
296
296
{
297
- Name : "id" ,
297
+ Name : "job-definition- id" ,
298
298
Required : true ,
299
299
Deprecated : false ,
300
300
Positional : true ,
@@ -329,7 +329,7 @@ func jobsDefinitionStart() *core.Command {
329
329
ArgsType : reflect .TypeOf (jobs.StartJobDefinitionRequest {}),
330
330
ArgSpecs : core.ArgSpecs {
331
331
{
332
- Name : "id" ,
332
+ Name : "job-definition- id" ,
333
333
Required : true ,
334
334
Deprecated : false ,
335
335
Positional : true ,
@@ -358,7 +358,7 @@ func jobsRunGet() *core.Command {
358
358
ArgsType : reflect .TypeOf (jobs.GetJobRunRequest {}),
359
359
ArgSpecs : core.ArgSpecs {
360
360
{
361
- Name : "id" ,
361
+ Name : "job-run- id" ,
362
362
Required : true ,
363
363
Deprecated : false ,
364
364
Positional : true ,
@@ -387,7 +387,7 @@ func jobsRunStop() *core.Command {
387
387
ArgsType : reflect .TypeOf (jobs.StopJobRunRequest {}),
388
388
ArgSpecs : core.ArgSpecs {
389
389
{
390
- Name : "id" ,
390
+ Name : "job-run- id" ,
391
391
Required : true ,
392
392
Deprecated : false ,
393
393
Positional : true ,
@@ -423,7 +423,7 @@ func jobsRunList() *core.Command {
423
423
EnumValues : []string {"created_at_asc" , "created_at_desc" },
424
424
},
425
425
{
426
- Name : "id" ,
426
+ Name : "job-definition- id" ,
427
427
Required : false ,
428
428
Deprecated : false ,
429
429
Positional : false ,
0 commit comments