RethinkDB: 2. Find the RethinkDB service store
This documentation is part of the Automate with the CLI guide. View the full guide here: Start RethinkDB, retrieve its credentials, and change its configuration programmatically with the Stackhero CLI.
Welcome to the Stackhero documentation
Stackhero provides a ready-to-use RethinkDB cloud service designed for reliability and ease of use. You get:
- Seamless updates with a single click
- High performance and strong security on your own private, dedicated infrastructure
Get up and running fast: you can try Stackhero's RethinkDB cloud hosting in just a few minutes. Stackhero handles the setup and management, so you can focus on building 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 refer to the store name rethinkdb in subsequent commands, or choose a specific svs-xxxxxx ID from the list if you prefer.