@@ -40,7 +40,7 @@ This readme is also accessible on [sakecli.com](https://sakecli.com/).
4040
4141![ demo] ( res/output.gif )
4242
43- Interested in managing your git repositiories in a similar way? Check out [ mani] ( https://github.com/alajmo/mani ) !
43+ Interested in managing your git repositories in a similar way? Check out [ mani] ( https://github.com/alajmo/mani ) !
4444
4545## Table of Contents
4646
@@ -78,7 +78,7 @@ Auto-completion is available via `sake completion bash|zsh|fish` and man page vi
7878
7979# ## Building From Source
8080
81- Requires [go 1.18 or above](https://golang.org/doc/install).
81+ Requires [go 1.19 or above](https://golang.org/doc/install).
8282
83831. Clone the repo
84842. Build and run the executable
@@ -133,7 +133,7 @@ TASK ping: Pong ************
1331330.0.0.0 | pong
134134
135135# Count number of files in each server in parallel
136- $ sake exec --all --output table --parallel ' find . -type f | wc -l'
136+ $ sake exec --all --output table --strategy=free ' find . -type f | wc -l'
137137
138138 Server | Output
139139-----------+--------
@@ -150,10 +150,22 @@ Check out the [examples page](/docs/examples.md) for more advanced examples and
150150- [Recipes](docs/recipes.md)
151151- [Config Reference](docs/config-reference.md)
152152- [Command Reference](docs/command-reference.md)
153+ - Documentation
154+ - [Inventory](docs/inventory.md)
155+ - [Task Execution](docs/task-execution.md)
156+ - [Error Handling](docs/error-handling.md)
157+ - [Variables](docs/variables.md)
158+ - [Working Directory](docs/work-dir.md)
159+ - [Output](docs/output.md)
160+ - Project
161+ - [Background](docs/background.md)
162+ - [Roadmap](docs/roadmap.md)
163+ - [Ansible](docs/ansible.md)
164+ - [Performance](docs/performance.md)
165+ - Development
166+ - [Development](docs/development.md)
167+ - [Contributing](docs/contributing.md)
153168- [Changelog](docs/changelog.md)
154- - [Roadmap](docs/roadmap.md)
155- - [Project Background](docs/project-background.md)
156- - [Contributing](docs/contributing.md)
157169
158170# # [License](LICENSE)
159171
0 commit comments