RethinkDB: 2. Find the RethinkDB service store

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

Welcome to the Stackhero documentation

Stackhero offers a ready-to-use RethinkDB cloud service designed for reliability and ease of use. You benefit from:

  • Smooth updates with a single click
  • High performance and enhanced security on your own private, dedicated infrastructure

Get started quickly: you can try Stackhero's RethinkDB cloud hosting in just a few minutes. Stackhero takes care of installation and management, so you can focus on developing your application.

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

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

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