Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 399 Bytes

telep

Run shell command(s) remotely.

prerequisites

  • protobuf
    • install pre-compiled binaries of protobuf
    • 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