Skip to content
Crystian edited this page Aug 12, 2018 · 15 revisions

eXecutor

[ english ] [ spanish ]

Extended version

Continuing with TL;DR:

This tool has several beautiful features that should save lots of typing (and typos) what really matters by the end of the day, but the greatest value is you can share it with your team and the same place: "the repo".

Notes: The samples that I used were with docker, but this tool is not only for it, it is for all you can do on your console.

Concepts

Concepts that will be mentioned in this documentation:

  • Tool: This software, the command "x".
  • CWD: Current Working Directory.
  • Command: A program that you can send arguments.
  • Console: "window" where you can run the commands.
  • CLI: Command line Interface "Runnable" program on the console.
  • Template: Generally is a text with static and dynamic parts which will be replaced at runtime.
  • Interpolate: Process that replace variables for values.

Table of content

[ prev ][ next ]