Snap packaging for mmctl, the remote CLI tool for Mattermost.
Community project. This snap is maintained independently and is not endorsed by or affiliated with Mattermost, Inc.
sudo snap install mmctl-bp
The snap command is mmctl-bp.mmctl. To call it as plain mmctl, create an
alias:
sudo snap alias mmctl-bp.mmctl mmctl
The snap runs under strict confinement. It has access to the network (to reach
your Mattermost server) and read/write access to files under your $HOME
directory — necessary for authentication with token files.
mmctl configuration is stored under:
$HOME/snap/mmctl-bp/common/.config/
This location is shared across all versions of the snap, so your credentials and settings survive upgrades and refreshes without any manual migration.
- Snap recipe: https://github.com/barryprice/snap-mmctl
- Upstream mmctl: https://github.com/mattermost/mattermost/tree/master/server/cmd/mmctl
- Issues specific to this snap: https://github.com/barryprice/snap-mmctl/issues