mattermost/server/cmd/mmctl
Julien Tant ffc08858cf
[MM-54730] Don't use old hardcoded rule for validating imported posts (#25823)
* don't use old hardcoded rule for validating imported posts

* fix http verb in doc

* Use client config

* Handle local mode

* E2E tests

* Enforce default if unable to use real limit

* Unit tests

* Fix tests

* Use model.PostMessageMaxRunesV2 as lower default

* Update direct post message length validation

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: streamer45 <cstcld91@gmail.com>
2024-04-19 11:45:32 -06:00
..
client [MM-54730] Don't use old hardcoded rule for validating imported posts (#25823) 2024-04-19 11:45:32 -06:00
commands [MM-54730] Don't use old hardcoded rule for validating imported posts (#25823) 2024-04-19 11:45:32 -06:00
docs MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
mocks [MM-54730] Don't use old hardcoded rule for validating imported posts (#25823) 2024-04-19 11:45:32 -06:00
printer MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
mmctl.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
README.md Add a simple mmctl README file (#23638) 2023-10-10 10:34:08 +02:00

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.