Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: connect rpc poc
  • Loading branch information
briangregoryholmes committed Jan 7, 2026
commit 8cece074b6087eae9b5dd94f085c32f8d7260582
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ proto.generate:
cd proto && buf generate --template buf.gen.openapi-admin.yaml --path rill/admin
cd proto && buf generate --template buf.gen.openapi-runtime.yaml --path rill/runtime
cd proto && buf generate --template buf.gen.local.yaml --path rill/local
cd proto && buf generate --template buf.gen.runtime.yaml --path rill/runtime
cd proto && buf generate --template buf.gen.ui.yaml
go run -ldflags="-X main.Version=$(shell git describe --tags $(shell git rev-list --tags --max-count=1))" \
scripts/convert-openapi-v2-to-v3/convert.go --force \
Expand Down
Loading