This commit is contained in:
2019-09-15 13:45:05 -04:00
parent 87400d7599
commit d4d8653fa6
+20
View File
@@ -5,6 +5,26 @@ I love using `Makefile`s for one-off tasks in projects. The problem with doing t
**WORK IN PROGRESS**
```shell
$ bake -h
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
bake — the familiar Bash/Make hybrid.
Options:
-b, --bakefile PATH
-l, --list Lists available tasks from Bakefile.
--shellcheck
--whitelist TEXT
--yes Set prompts to yes.
-x, --fail Fail immediately, if any task fails.
--secure Ignore parent shell's environment variables.
--no-color Disable colors.
-s, --silent Reduce output.
-j, --environ-json TEXT environment variables, in JSON format.
-h, --help Show this message and exit.
```
![bake icon](https://github.com/kennethreitz/bake/blob/master/ext/bake.png?raw=true)