Skip to content

Commit fbbf7eb

Browse files
feat(api): add diagnostics to build object
1 parent e8b060c commit fbbf7eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: a7461e35260504dcac4cb8c3bfcaad72

pkg/cmd/project.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)