first commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "⚠️ scripts/grpc.sh is deprecated to avoid code duplication."
|
||||
echo "To generate gRPC protobuf files, handlers, and mappers dynamically based on the database schema, please use scripts/context.sh instead."
|
||||
echo ""
|
||||
echo "Usage example:"
|
||||
echo " ./scripts/context.sh -s path/to/sql -d your/module/dir -g grpc"
|
||||
echo " ./scripts/context.sh -s path/to/sql -d your/module/dir -g all"
|
||||
exit 1
|
||||
Reference in New Issue
Block a user