Giter VIP home page Giter VIP logo

tiron's Introduction

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 HCL as the configuration language.
  • 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 runbook 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.
  • LSP: Tiron provides a LSP server which can provide syntax highlighting, linting, formatting, code jumps, completion etc.

Quickstart

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

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

More information can be found in the docs.

Usage

To run a Tiron runbook

$ tiron run

Full usage:

$ tiron -h

A reasonable automation engine

Usage: tiron <COMMAND>

Commands:
  run     Run Tiron runbooks
  check   Check Tiron runbooks
  fmt     Format Tiron runbooks
  action  Show Tiron action docs
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

TUI Navigation

Key Action
j Scroll down
k Scroll up
d Page down
u Page up
g Jump to top
G Jump to bottom
n Next Host
p Previous Host
Ctrl+n Next Run
Ctrl+p Previous Run

License

Tiron is licensed under the Apache 2.0 license.

tiron's People

Contributors

dzhou121 avatar panekj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.