Make it simple to execute Kratos commands.
With the following features:
- Make it simple to execute
kratos proto add api/helloworld/demo.proto
- Sync Service with Proto: When the proto file is changed, the service will auto update with new methods.
go install github.com/orzkratos/orzkratos/cmd/orzkratos-add-proto@latest
go install github.com/orzkratos/orzkratos/cmd/orzkratos-srv-proto@latest
cd demo3project-path/api/helloworld && orzkratos-add-proto demo.proto
Same as:
cd demo3project-path && kratos proto add api/helloworld/demo.proto
cd demo3project-path/api/helloworld
orzkratos-add-proto demo
cd demo3project-path/api/helloworld && orzkratos-srv-proto demo.proto
Same as:
cd demo3project-path && orzkratos-srv-proto api/helloworld/demo.proto
cd demo3project-path/api/helloworld
orzkratos-srv-proto
cd demo3project-path/api/helloworld
orzkratos-srv-proto -auto