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

https://github.com/octohelm/piper

WIP: unified executor
https://github.com/octohelm/piper

ansible-like buildkit container cue dagger executor remote-execution

Last synced: 3 months ago
JSON representation

WIP: unified executor

Awesome Lists containing this project

README

          

# What is Piper?

Piper is an unified executor, to run any local or any remote host, even in container.

## Features

* Bash execute and file system management, at
* localhost
* remote (ssh)
* Container build (powered by [dagger](https://github.com/dagger/dagger))

## How to use

### Install

```shell
curl -sSLf https://raw.githubusercontent.com/octohelm/piper/main/install.sh | sudo sh
```