deputy init¶
Creates a SQLite database and initialises the project.
Usage¶
Options¶
| Flag | Default | Description |
|---|---|---|
--path / -p |
.deputy.db |
Database file path |
What it does¶
- Creates a SQLite database at the specified path
- Records the current directory as the project root
- Auto-detects the active virtual environment and writes
venv_pathto.deputyconfig
Note
.deputy.db and .deputyconfig are gitignored - they are developer-local.