Update README.md

This commit is contained in:
2019-09-16 11:40:55 -04:00
committed by GitHub
parent f2a4adad79
commit 85dc110405
+1 -18
View File
@@ -11,24 +11,7 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
-----------------
```console
$ bake -h
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
bake — the strangely familiar taskrunner.
Options:
-b, --bakefile PATH The Bakefile to use.
-l, --list Lists available tasks.
--allow TEXT Whitelist an environment variable for use.
--yes Set mediumsecurity prompts to yes.
-c, --continue Continue, if a task fails.
--insecure Inherit parent shell's environment variables.
-s, --silent Reduce output.
-e, --environ-json TEXT Provide environment variables via JSON.
-j, --json Output in JSON format (stdout).
-h, --help Show this message and exit.
```
![help image](https://github.com/kennethreitz/bake/blob/master/ext/ss.png?raw=true)
----------------