리눅스 grpcurl 설치

1 개요[ | ]

리눅스 grpcurl 설치

2 github 릴리스에서 다운로드[ | ]

VER=1.8.9
curl -sLO https://github.com/fullstorydev/grpcurl/releases/download/v${VER}/grpcurl_${VER}_linux_x86_64.tar.gz
tar xvfz grpcurl_${VER}_linux_x86_64.tar.gz
sudo mv grpcurl /usr/local/bin/
grpcurl -version
$ grpcurl --version
grpcurl v1.8.9

3 go install로 설치[ | ]

testuser@localhost:~$ go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
testuser@localhost:~$ grpcurl
Too few arguments.
Try 'grpcurl -help' for more details.
testuser@localhost:~$ grpcurl -version
grpcurl dev build <no version set>

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}