Skip to content

Commit

Permalink
Generate new api client with "Environment" tag (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
iancmoritz authored Jan 23, 2025
1 parent c948967 commit 0394896
Show file tree
Hide file tree
Showing 3 changed files with 2,621 additions and 491 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ api_client_gen:
@echo "Generating IAM API client..."
oapi-codegen -include-tags=User,Invite,Team,ApiToken -generate=types,client -package=iam "$(CORE_IAM_OPENAPI_SPEC)" > ./internal/clients/iam/api.gen.go
@echo "Generating Platform API client..."
oapi-codegen -include-tags=Organization,Workspace,Cluster,Options,Deployment,Role -generate=types,client -package=platform "$(CORE_PLATFORM_OPENAPI_SPEC)" > ./internal/clients/platform/api.gen.go
oapi-codegen -include-tags=Organization,Workspace,Cluster,Options,Deployment,Role,Environment -generate=types,client -package=platform "$(CORE_PLATFORM_OPENAPI_SPEC)" > ./internal/clients/platform/api.gen.go
56 changes: 35 additions & 21 deletions internal/clients/iam/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0394896

Please sign in to comment.