-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User and group management CLI #8754
Comments
Note: it would be convenient to use something like |
Why not, let's be fancy. @woshilapin Are you akay to add this dependency to editoast (this is probably temporary until we have a proper admin interface). |
Yes, and no. I like the concept of adding a fuzzy searcher, but |
Part of #8749
Description and goal
Implement a CLI to manage users and roles.
editoast subject info SUBJECT
editoast subject delete --force SUBJECT
editoast group create NAME
editoast group rename SUBJECT_ID NAME
editoast user list
andeditoast user list --without-group
editoast user add IDENTITY [NAME]
editoast group list
editoast group include GROUP_SUBJECT_ID [USER_SUBJECT*]
editoast group include --interactive
# list users with no group, can interactively add to a group or skipeditoast group exclude GROUP_SUBJECT_ID [USER_SUBJECT*]
Acceptance criteria
The CLI is available.
The text was updated successfully, but these errors were encountered: