mmctl icon indicating copy to clipboard operation
mmctl copied to clipboard

A remote CLI tool for Mattermost

Results 52 mmctl issues
Sort by recently updated
recently updated
newest added

#### Summary The owner flag should allow to set an owner different from the `user` and from the requester. #### Ticket Link https://mattermost.atlassian.net/browse/MM-30991

4: Reviews Complete
QA Review Done
Awaiting Submitter Action

Generate random password and send password to mail via CLI.. Or generate an URL and send it to mail for first time user login.

Type/Enhancement

The command would look like this: ```bash mmctl config patch ``` And would emulate this CURL command to apply the configuration settings in the supplied JSON file: ```bash curl -X...

Type/Enhancement

There aren't feature below in `mmcli`. 1. Bulk user create 2. Bulk user delete 3. Bulk invite team members 4. Bulk rmove team members 5. Bulk create teams 6. Bulk...

`mmctl` has `channel make_private` to make public channels private, but no opposing `channel make_public` command.

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.13.0. Release notes Sourced from github.com/spf13/viper's releases. v1.13.0 Important: This is the last release supporting Go 1.15. What's Changed Exciting New Features 🎉 Add etcd3...

Lifecycle/1:stale
dependencies

#### Summary At the moment, the mattermost client already knows how to cancel a job, but `mmctl` has no subcommands to expose this functionality and cancel an export job. This...

Hey, we stumbled upon an issue today where `mmctl` would throw strange error message when trying to bulk add users to a channel. At the end it turns out that...

Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.13.0 to 1.14.0. Release notes Sourced from github.com/magefile/mage's releases. v1.14.0 - Faster Than Ever What's Changed give props to netlify on the main page by @​natefinch in...

dependencies

Hello guys, This is a continuation of the thread in the [528](https://github.com/mattermost/mmctl/issues/528) issue. ### Setup ``` - CentOS 8 Stream - Mattermost server 7.2.0 - Postgres 13 - Apache/2.4.37 as...