An open API service indexing awesome lists of open source software.

https://github.com/nosarthur/telep

remote shell command executor using gPRC
https://github.com/nosarthur/telep

golang grpc shell-command

Last synced: 10 months ago
JSON representation

remote shell command executor using gPRC

Awesome Lists containing this project

README

          

# telep

Run shell command(s) remotely.

## prerequisites

- protobuf
- install pre-compiled binaries of [protobuf](https://github.com/protocolbuffers/protobuf/releases)
- `go get -u github.com/golang/protobuf/protoc-gen-go`
- `go get -u google.golang.org/grpc`
- `go get -u github.com/spf13/cobra/cobra`

## TODO

- authentication
- wrap each command inside a `struct` for querying and control