Directus: 2. Find the Directus service store

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

👋 Welcome to the Stackhero documentation!

Stackhero provides a Directus cloud service that is production-ready in just 2 minutes:

  • Unlimited collections, items, users, roles, API requests, and data transfers
  • Custom domain name with built-in HTTPS for secure access (for example, https://cms.your-company.com)
  • Dedicated email server for unlimited transactional and notification emails
  • Integrated Redis cache for high performance
  • Consistent performance and enhanced security with private, dedicated infrastructure
  • One-click updates to keep your system up to date effortlessly

Focus on your project, not on the setup: you can discover Stackhero's Directus cloud solution in just 5 minutes.

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

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

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