Leantime offers a simple CLI to run a few administrative tasks. To execute the CLI just run
./bin/leantime COMMAND
The following commands are available
Allows you to add users
./bin/leantime user:add
Runs any pending db updates.
./bin/leantime db:update
Executes the cron job queue
./bin/leantime cron:run
Saves any setting to the settings table (key value pair)
./bin/leantime setting:save
Sends a test email
./bin/leantime email:test