k0sproject / rig

A go package for multi-protocol and multi-os remote host communication.
Apache License 2.0
39 stars 24 forks source link
go golang remote-execution ssh winrm

Note: The main branch contains a work in progress for rig v2. If you are looking for the stable version, please browse the tags of v0.x releases.

Rig

GoDoc Go Report Card Build Status codecov

Rig

A golang package for adding multi-protocol connectivity and multi-os operation functionality to your application's Host objects.

Design goals

Rig's intention is to be easy to use and extend.

It should be easy to add support for new operating systems and to add new components to the multi-os support mechanism without breaking type safety and testability.

Protocols

Currently rig comes with the most common ways to connect to hosts:

Usage

TBD - for now see godoc, tests and sources.