Mattermost: 2. Find the Mattermost service store

This documentation is part of the Automate with the CLI guide. You can view the complete guide here: Start Mattermost, retrieve its credentials, and modify its configuration programmatically using the Stackhero CLI.

Welcome to the Stackhero documentation

Stackhero offers a production-ready Mattermost cloud environment designed for seamless collaboration and enhanced data protection. Key benefits include:

  • Unlimited users and channels to support your team's growth without restrictions.
  • A dedicated SMTP email server with no extra limits, included by default.
  • Full control over your domain name, automatically secured with HTTPS (for example, https://chat.your-company.com).
  • Updates made simple, managed with a single click.
  • High performance and advanced security on a private, dedicated infrastructure: your data remains isolated and confidential.
  • Hosting available in both 🇪🇺 Europe and 🇺🇸 USA regions.

You can get started in just a few minutes. Stackhero takes care of installation, security, and operational management for your Mattermost cloud hosting, providing you with a secure and scalable collaboration platform with minimal effort.

Next, you will want to list the Mattermost service stores available to your account. The CLI accepts the store name (mattermost) directly, so there is no need to look up or copy any IDs.

# List Mattermost service stores (add --organization if you manage more than one)
stackhero services-store-list --name="mattermost"

You can use the store name mattermost in subsequent commands, or select a specific svs-xxxxxx ID from the list if you prefer.