Back to Bytebase

Installation

proto/README.md

3.17.1517 B
Original Source

Installation

  • Install buf: https://docs.buf.build/installation
  • Install protoc-gen-go-equal: go install github.com/bytebase/protoc-gen-go-equal@main
  • Run: buf generate
  • Format: buf format -w

Note: You may have command conflict for the buf: https://github.com/ohmyzsh/ohmyzsh/issues/11169 If so please remove the brew alias in ~/.oh-my-zsh/plugins/brew/brew.plugin.zsh

Clients

  • Web: grpcui -plaintext localhost:8080
  • CLI: grpcurl -plaintext localhost:8080 bytebase.v1.ActuatorService.GetActuatorInfo