File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 22
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-3ce8fd0a863c4628a23f31a6e9f759769091f728b700205e176c300ecb407da3 .yml
3- openapi_spec_hash : 7c4683ffaf22fd287e45835d8b4ff860
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-ef33241ec003fafbf4f2ffe434c3d8c2ac0ba929137942185663ff59974d2138 .yml
3+ openapi_spec_hash : 87bd0d9c684517522cbbbd48bbe8ad83
44config_hash : 4b44da9496c775d2294758cd233f4ecd
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ var buildsTargetOutputsRetrieve = cli.Command{
5656 HideDefault : true ,
5757 QueryPath : "output" ,
5858 },
59+ & requestflag.Flag [string ]{
60+ Name : "path" ,
61+ Usage : `The path of the file to get when used with "type": "file".` ,
62+ QueryPath : "path" ,
63+ },
5964 },
6065 Before : before ,
6166 Action : handleBuildsTargetOutputsRetrieve ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ func TestBuildsTargetOutputsRetrieve(t *testing.T) {
1717 "--target" , "node" ,
1818 "--type" , "source" ,
1919 "--output" , "url" ,
20+ "--path" , "path" ,
2021 )
2122 })
2223}
You can’t perform that action at this time.
0 commit comments