github.com/turbot/go-exec-communicator@v0.0.0-20230412124734-9374347749b6/README.md (about)

     1  # go-exec-communicator
     2  
     3  Terraform has superpowers to run both remote and local commands with many different
     4  authentication methods and networking constructs through provisioners.
     5  
     6  Unfortunately that code is hidden inside `internal` packages and hard to use.
     7  
     8  This repository aims to extract those execution communication capabilities out into
     9  a simple, reusable package. Mostly for use in the [Steampipe exec plugin](https://github.com/turbot/steampipe-plugin-exec).