From f18002a8d618b973d3a82e80367a82c74b093d5e Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Tue, 10 Oct 2023 10:34:08 +0200 Subject: [PATCH] Add a simple mmctl README file (#23638) Co-authored-by: Ben Schumacher --- server/cmd/mmctl/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/cmd/mmctl/README.md diff --git a/server/cmd/mmctl/README.md b/server/cmd/mmctl/README.md new file mode 100644 index 0000000000..4e072d5ecf --- /dev/null +++ b/server/cmd/mmctl/README.md @@ -0,0 +1,5 @@ +# 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](https://docs.mattermost.com/manage/mmctl-command-line-tool.html).