Skip to content

invenlore/proto

Repository files navigation

Proto files

Generate proto:

# Generate all protos
make

# or
make generate

# Generate specific proto (v1)
make generate/identity

# Generate Swagger file
make swagger

# Publish new version
make publish v=1.1.2

All files will generated at ./pkg (e.g.: pkg/identity/v1)