File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 16
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-0eed0c3c47bb630ed692f2de1c5228e3e1a29f52489851aecc0b9f9f3b5bce61 .yml
3- openapi_spec_hash : c62aa08b1662b81b6ede9e298e4f1882
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-6ba564c3efa6385d6951b80bb8eed182cc36c10cd82d76859a8f47b367e6a444 .yml
3+ openapi_spec_hash : 0125df9940333e3fd758598211aab613
44config_hash : 90634c69edf6c56b14785217d1b0c0e0
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ var projectsUpdate = cli.Command{
112112
113113var projectsList = cli.Command {
114114 Name : "list" ,
115- Usage : "List projects in an organization" ,
115+ Usage : "List projects in an organization, from oldest to newest " ,
116116 Flags : []cli.Flag {
117117 & jsonflag.JSONStringFlag {
118118 Name : "cursor" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ var projectsConfigsRetrieve = cli.Command{
2727 Path : "branch" ,
2828 },
2929 },
30+ & jsonflag.JSONStringFlag {
31+ Name : "include" ,
32+ Config : jsonflag.JSONConfig {
33+ Kind : jsonflag .Query ,
34+ Path : "include" ,
35+ },
36+ },
3037 },
3138 Action : handleProjectsConfigsRetrieve ,
3239 HideHelpCommand : true ,
You can’t perform that action at this time.
0 commit comments