-
-
Notifications
You must be signed in to change notification settings - Fork 189
CLI Reference
Mark Downie edited this page May 23, 2026
·
2 revisions
The dasblog-core executable supports the following commands for configuration and management. On Linux use dotnet dasblog-core.dll instead.
| Command | Description |
|---|---|
dasblog-core init |
Initialize environment-specific config files |
dasblog-core environment |
Print current configuration and environment values |
dasblog-core resetpassword |
Clear every user's password and force first-run setup on next start (prompts for confirmation; pass -y to skip) |
dasblog-core config root <url> |
Set the site root URL |
dasblog-core config env <value> |
Set the ASP.NET Core environment (omit value to clear) |
dasblog-core config theme <name> |
Set the active theme |
dasblog-core config contentdir <path> |
Set the content directory path |
dasblog-core config binarydir <path> |
Set the binaries directory path |
dasblog-core config logdir <path> |
Set the log directory path |
dasblog-core newtheme <name> |
Create a new theme by copying the default dasblog theme |
If you have additional questions or concerns please submit an issue.