Hello there,
I was trying to compile all proto files in a repo with a folder structure similar to:
./internal/v1/services/grpc_apinode/apinode_api.proto
./internal/v1/services/grpc_nlp/agent/agent_api.proto
./internal/v1/services/grpc_nlp/classification/classification_api.proto
./internal/v1/conversation/conversation.proto
./internal/v1/campaign/campaign.proto
./internal/v1/comment/comment.proto
./internal/v1/agent/agent.proto
./internal/v1/variable/variable.proto
However when I put -d internal/v1 dockers prints Missing input file.
docker run --rm -v `pwd`:/defs --name prueba namely/protoc-all -d internal/v1 -l go -o docker-generated
What am I doing wrong? Thanks in advance
Hello there,
I was trying to compile all proto files in a repo with a folder structure similar to:
However when I put
-d internal/v1dockers printsMissing input file.docker run --rm -v `pwd`:/defs --name prueba namely/protoc-all -d internal/v1 -l go -o docker-generatedWhat am I doing wrong? Thanks in advance