-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Related to
Other
Impact
nice to have
Missing Feature
the semaphore cli does not allow to demote an admin user back to a regular user.
I have made a script that creates the admin users, but when i want to demote a user, i have no option but to delete it, or do it through the API (if i have a key).
Would be nice that the cli could disable the admin access without deleting the user
Implementation
semaphore user change-by-email --role admin|user --email xxx@yyy.zzz
Design
No response