Add user command
This command will be used to:
-
Find user details -
Block users -
Unblock users -
Gather events (https://gitlab.com/gitlab-cog/gitlab-admin/blob/master/lib/cog_cmd/gitlab/user/events.rb) -
Grabbing the last event (https://gitlab.com/gitlab-cog/gitlab-admin/blob/master/lib/cog_cmd/gitlab/user/lastevent.rb) -
Updating user Email (https://gitlab.com/gitlab-cog/gitlab-admin/blob/master/lib/cog_cmd/gitlab/user/email/update.rb), if we actually need this (seems like a bit of a weird command to have)
Edited by Yorick Peterse