-
-
Notifications
You must be signed in to change notification settings - Fork 189
CLI Reference
Mark Downie edited this page May 11, 2026
·
1 revision
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 |
Reset all user passwords to the default |
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.