8000 GitHub - lapce/tiron at v0.1.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lapce/tiron

Repository files navigation

Tiron

Reasonable Automation Engine

Tiron is an automation tool that's easy to use and aims to be as fast as possible. It’s agentless by using SSH and has a TUI for the outputs of the tasks. There is an example Tiron configuration here.

Screenshot

Features

  • No YAML: Tiron uses a new configuration language called rcl, which is simple to write with some basic code functionalities.
  • Agentless: By using SSH, Tiron connects to the remote machines without the need to install an agent first.
  • TUI: Tiron has a built in terminal user interfaces to display the outputs of the running tasks.
  • Correctness: Tiron pre validates all the rcl files and will throw errors before the task is started to execute.
  • Speed: On validating all the input, Tiron also pre populates all the data for tasks, and send them to the remote machines in one go to save the roundtrips between the client and remote.

Quickstart

Run below to install latest Tiron binary to /usr/local/bin

curl -sL https://tiron.run/install.sh | sh

License

Tiron is licensed under the Apache 2.0 license.

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0