Is there a way to access platform CLI tools on the AWS deployment of mattermost

I’ve been testing Mattermost using the AWS Elastic Beanstalk Docker Setup, and I wanted to try out the Command Line Tools for Mattermost. I was wondering if there was a way for me to test the platform CLI tools in this AWS environment? I can’t seem to find the location for the tools. If someone could point me in the right direction, that would be great.

Thanks!

Hi @marcchang, did you get this figured out?

@lfbrock, I haven’t figured this out yet.

In the tips section of our elastic beanstalk setup instructions: https://docs.mattermost.com/install/docker-ebs.html
You can find that you can use the command docker exec -ti mattermost-dev /bin/bash to get a shell on the Mattermost docker instance. Where mattermost-dev is the name of the docker container. You can find the name by doing a docker ps.

You should be able to ssh into the elastic beanstalk instance and run the above commands to get a shell where you can run platform commands.