File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 15
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-cfef2e882e091dad51a5b53bc39cc251ecf3f71cc0328561cec6309e8bbac93a .yml
3- openapi_spec_hash : fac1531252a5b791107de8257fdcf3cb
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-5ca77894755b023e347be818cea03fc11810d3de5df5167772a7ab44111d9413 .yml
3+ openapi_spec_hash : e1df8ec98c9bcc6d93c9bafa8ff79d29
44config_hash : a7461e35260504dcac4cb8c3bfcaad72
Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ var projectsList = cli.Command{
4646 Name : "list" ,
4747 Usage : "List projects in an organization" ,
4848 Flags : []cli.Flag {
49- & cli.StringFlag {
50- Name : "org" ,
51- Action : getAPIFlagAction [string ]("query" , "org" ),
52- },
5349 & cli.StringFlag {
5450 Name : "cursor" ,
5551 Action : getAPIFlagAction [string ]("query" , "cursor" ),
@@ -58,6 +54,10 @@ var projectsList = cli.Command{
5854 Name : "limit" ,
5955 Action : getAPIFlagAction [float64 ]("query" , "limit" ),
6056 },
57+ & cli.StringFlag {
58+ Name : "org" ,
59+ Action : getAPIFlagAction [string ]("query" , "org" ),
60+ },
6161 },
6262 Before : initAPICommand ,
6363 Action : handleProjectsList ,
You can’t perform that action at this time.
0 commit comments