diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-07 22:53:31 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-07 22:53:31 +0200 |
commit | 5c4ef33b51f65c9c60032e8a1e12b67526594a7d (patch) | |
tree | 44d56e579c07da57ec337986a330bab059a4c6df /Readme.md | |
parent | 1e26db53d594a6cc057b81116db5888527d19b0f (diff) | |
download | ltask-5c4ef33b51f65c9c60032e8a1e12b67526594a7d.tar.gz |
Readme
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -15,8 +15,7 @@ lightweight remote task management All output from targets is printed to `STDOUT`, prefixed by the hostname. This also includes text sent to `STDERR`, which is prefixed by `[ERR]`. -Text is displayed "as it comes", not sorted by host. -If required, this can be done afterwards with tools such as `grep` +Text is displayed "as it comes", not grouped by host. Status and error messages are printed to `STDERR`. In Linear execution mode, ltask displays a progress meter. @@ -47,7 +46,7 @@ Reference for environment variables PARALLEL Enable parallel execution (true/[false]) # Available in setup - ASSET_DIR paht to folder where eg keys are stored + ASSET_DIR path to folder where eg keys are stored TOOL_DIR path to helper script folder Tasks are stored in `tasks/` |