You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generate all protos
make
# or
make generate
# Generate specific proto
make generate/user
# Generate Swagger file
make swagger
# Publish new version
make publish v=1.1.2