Skip to main content

Manage Admin Users using the Admin CLI

Admin users can login to the dashboard and perform requests to the cluster using the CLI. The admin CLI is embedded into the Rig backend container.

Creating Admin Users

Create admin users by running the following command in your Docker container or Kubernetes pod:

docker exec rig rig-admin users create --email=your@email.com --password=YourPassword1234!

Fetching Admin Users

You can fetch a list of admin users in your cluster by running the following command in your Docker container og Kubernetes pod:

docker exec rig rig-admin users list

Deleting Admin Users

To delete an admin user, run the following command in your Docker container og Kubernetes pod:

docker exec rig rig-admin users delete user-id

Exchange the user-id with the ID of your user. If you do not know, fetch your users and copy the id.


Was this page helpful?