Skip to main content

CLI Commands

The solidtime CLI provides a set of commands to manage your self-hosted solidtime instance.

artisan admin:user:create [name] [email]

This command creates a new user in the solidtime application. Per default this command does not send out any emails.

Options

NameDefaultDescription
--ask-for-passwordAsk for the password of the user. If this option is missing a random password will be generated and output.
--verify-emailManually mark the email of the newly created user verified.

artisan admin:user:verify [email]

This command verifies the email address of a user.