Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.21 KB

Storm

Storm is an automation agent that helps to run workflows on remote or local machines.

Useful links

Installation

For use in golang

go get https://github.com/overal-x/formatio.storm

For Linux and MacOS

curl -fsSL https://raw.githubusercontent.com/Overal-X/formatio.storm/main/scripts/install.sh | bash

For Windows

irm https://raw.githubusercontent.com/Overal-X/formatio.storm/main/scripts/install.ps1 | iex

Or download binaries from release page

Usage

With the example files

Run against remote machines from inventory

storm agent install -i ./samples/basic/inventory.yaml
storm agent run -i ./samples/basic/inventory.yaml ./samples/basic/workflow.yaml

Run worklow on current host

storm run ./samples/basic/workflow.yaml

Development

git clone [email protected]:Overal-X/formatio.storm.git
go mod tidy
go run ./cmd help