kennethreitz/bake
Bake — a strangely familiar workflow utility.
2.8K
$ bake --help
Usage: [OPTIONS] [TASK] [ARGUMENTS]...
$ bake — the strangely familiar task–runner.
Options:
-b, --bakefile PATH The Bakefile to use.
--list Lists available tasks (and their dependencies).
--clear Clears the cache (e.g. @skip).
-l, --levels INTEGER The number of '/' levels to list.
-h, --help Show this message and exit.
--allow TEXT Whitelist an environment variable for use.
--no-deps Do not run dependent tasks.
--yes Set medium–security prompts to yes.
--continue Continue, if a task fails.
-i, --interactive Run in interactive mode.
--insecure Inherit parent shell's environment variables.
-s, --silent Reduce output.
--sort Sort tasks, alphabetially.
-e, --environ-json TEXT Provide environment variables via JSON.
-j, --json Output in JSON format (stdout).
docker pull kennethreitz/bake