Skip to content
/ storm Public

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

License

Notifications You must be signed in to change notification settings

Overal-X/storm

Repository files navigation

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 git@github.com:Overal-X/formatio.storm.git
go mod tidy
go run ./cmd help

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published