Launching tasks

uData provides a command line interface for most of the administrative tasks.

You can get the documentation related to all tasks with:

$ udata -?

And then get the documentation for subtasks:

$ udata user -?

Managing users

You can create a user with:

$ udata user create

You can also give a user administrative privileges with:

$ udata user set_admin <email>