Commands#
| Command | Description |
|---|---|
witches create <name> | Create a new project |
witches init | Generate template files and structure |
witches install | Install dependencies |
witches run | Start the server |
witches migrate up | Apply all migrations |
witches migrate down | Rollback last migration |
witches database generate | Generate database URL |
witches add <your_domain> | Add a new domain |
witches rm <your_domain> | Remove a domain |