Node.js: 2. Find the Node.js service store

This documentation is part of the Automate with the CLI guide. View the full guide here: Start Node.js, retrieve its credentials, and change its configuration programmatically with the Stackhero CLI.

👋 Welcome to the Stackhero documentation!

Stackhero delivers a ready-to-use Node.js cloud environment designed to help you move faster:

  • Deploy to production in seconds with a simple git push. No extra tooling or manual setup is required.
  • Bring your own domain and benefit from automatic HTTPS certificates, keeping your application secure without extra configuration.
  • Automatic backups, one-click updates, and predictable pricing help you focus on shipping features, and Stackhero manages the infrastructure for you.
  • Built on private, dedicated infrastructure for consistent performance and strong security.

Save time and reduce operational overhead: you can have your application running on Stackhero's Node.js cloud hosting in just a few minutes.

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

# List Node.js service stores (add --organization if you manage more than one)
stackhero services-store-list --name="node-js"

You can refer to the store name node-js in subsequent commands, or choose a specific svs-xxxxxx ID from the list if you prefer.