doit.sh - manual page for doit.sh 0.31.1
doit -- automation tool http://pydoit.org
Commands
- __main__.py auto
- automatically execute tasks when a dependency changes
- __main__.py clean
- clean action / remove targets
- __main__.py dumpdb
- dump dependency DB
- __main__.py forget
- clear successful run status from internal DB
- __main__.py help
- show help
- __main__.py ignore
- ignore task (skip) on subsequent runs
- __main__.py info
- show info about a task
- __main__.py list
- list tasks from dodo file
- __main__.py reset-dep
- recompute and save the state of file dependencies without executing
actions
- __main__.py run
- run tasks
- __main__.py strace
- use strace to list file_deps and targets
- __main__.py tabcompletion
- generate script for tab-completion
- __main__.py help
- show help / reference
- __main__.py help task
- show help on task dictionary fields
- __main__.py help <command>
- show command usage
- __main__.py help <task-name>
- show task usage
The full documentation for doit.sh is maintained as a
Texinfo manual. If the info and doit.sh programs are properly
installed at your site, the command
- info doit.sh
should give you access to the complete manual.