Skip to content

synQup CLI User Commands

User actions like creating a user or resetting a password can be done using the following commands.

Commands

Command Description
synqup:user:create Create a synQup user
synqup:user:delete Delete synQup user by email
synqup:user:password-reset Reset a user's password.

Create a user

This command is used by the deployment to create a standard user. You can either use that command interactively or provide the necessary information as arguments.

If the option --send-email or -w is set, a welcome email will be sent to the user.

Delete a user

This command deletes a user by email.

Reset a user's password

This command resets a user's password. This command has the e-mail address as an argument. The new password will be entered interactively.