fullstorydev / fullstorydev/grpcurl
Failed to process proto source files
Open
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
When I run this, I get an error:
```
# ls /root/csi.proto
/root/csi.proto
# pwd
/root
# grpcurl -plaintext -unix=true -proto /root/csi.proto /var/run/csi/csi.sock describe
Failed to process proto source files.: must specify at least one import path if any absolute file paths are given
```
However, this works. csi.proto is in my CWD:
```
# pwd
/root
# grpcurl -plaintext -unix=true -proto csi.proto /var/run/csi/csi.sock list
csi.v1.Controller
csi.v1.Identity
csi.v1.Node
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.