# umbral-cli
The `manage.py` equivalent for umbral. Library exposes `dispatch(app)` for user binaries; binary `umbral` is a global scaffolding tool (startproject / startapp).
This is the command-line tool for the umbral framework. It provides commands such as `migrate`, `makemigrations`, `inspectdb`, and `worker`.
## Install
```bash
cargo install umbral-cli
```
## Documentation
- Guide and reference: https://dalmasonto.github.io/umbral/
- Repository: https://github.com/dalmasonto/umbral
- API reference: https://docs.rs/umbral-cli
## License
Licensed under either of MIT or Apache-2.0, at your option.