* refactored error managment for deleteUsersCmdF * updated tests related to deleteUsersCmdF * updated user_e2e_test to reflect changes made to the deleteUsersCmdF function * Empty-Commit to retrigger workflow * applied gofmt formating reqs to user_test.go * added suggested changes to the deleteUsersCmdF regarding error gathering * added requested changes regarding error aggragation on deleteUsersCmdF * style(mmctl): removing trailing whitespace * feat(mmctl): returning errors in deleteUserCmdF on err * fix(mmctl): returns when err parsing args * test(mmctl): updated tests to expect err instead of reading printer * style: updating returned errs * tests: updated test to reflect error change * tests(mmctl): updated e2e DeleteUserCmd test * Update server/cmd/mmctl/commands/user.go Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com> * refactor: changing error to return username instead of email * refactor: changing email to username for errors --------- Co-authored-by: Arnaud Wanet <andrewwanet9@gmail.com> Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com> Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
mmctl
mmctl is a remote CLI tool that lets you manage your Mattermost instance from the terminal.
The project's documentation can be accessed within the the Mattermost documentation.