File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 19
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-a3a29065ad8fdc320ffaa9b130843b1d0dc3670a045795fc624936bded3bfe0f .yml
3- openapi_spec_hash : e1b7059453520913dc4a07ccc9114ed8
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-e588492ce099ac1af79467a22ecac606b1fe8cf78a82fd37137bf8e30ac1a80e .yml
3+ openapi_spec_hash : 7311d0d71ab64604d2b298e3c38b945f
44config_hash : bebf53e09f502c558eb86ebe727c58dd
Original file line number Diff line number Diff line change @@ -368,17 +368,17 @@ var buildsCompare = cli.Command{
368368 Usage : "Creates two builds whose outputs can be compared directly" ,
369369 Flags : []cli.Flag {
370370 & jsonflag.JSONStringFlag {
371- Name : "base.revision " ,
371+ Name : "base.branch " ,
372372 Config : jsonflag.JSONConfig {
373373 Kind : jsonflag .Body ,
374- Path : "base.revision " ,
374+ Path : "base.branch " ,
375375 },
376376 },
377377 & jsonflag.JSONStringFlag {
378- Name : "base.branch " ,
378+ Name : "base.revision " ,
379379 Config : jsonflag.JSONConfig {
380380 Kind : jsonflag .Body ,
381- Path : "base.branch " ,
381+ Path : "base.revision " ,
382382 },
383383 },
384384 & jsonflag.JSONStringFlag {
@@ -389,17 +389,17 @@ var buildsCompare = cli.Command{
389389 },
390390 },
391391 & jsonflag.JSONStringFlag {
392- Name : "head.revision " ,
392+ Name : "head.branch " ,
393393 Config : jsonflag.JSONConfig {
394394 Kind : jsonflag .Body ,
395- Path : "head.revision " ,
395+ Path : "head.branch " ,
396396 },
397397 },
398398 & jsonflag.JSONStringFlag {
399- Name : "head.branch " ,
399+ Name : "head.revision " ,
400400 Config : jsonflag.JSONConfig {
401401 Kind : jsonflag .Body ,
402- Path : "head.branch " ,
402+ Path : "head.revision " ,
403403 },
404404 },
405405 & jsonflag.JSONStringFlag {
You can’t perform that action at this time.
0 commit comments