Code-Hero: 2. Find the Code-Hero service store
This documentation is part of the Automate with the CLI guide. View the full guide here: Start Code-Hero, retrieve its credentials, and change its configuration programmatically with the Stackhero CLI.
👋 Welcome to the Stackhero documentation!
Stackhero offers Code-Hero, a complete development platform to code in seconds:
- Code from anywhere: Use any device, be it a desktop, phone, or tablet, without requiring any software installations.
- Integrated VSCode experience: Work with a customized version of VSCode directly through your browser, featuring a fully functional terminal.
- Comprehensive toolset: Benefit from a pre-configured environment with tools and languages like
Docker,Git,Zsh,Node.js,Go,Python,Ruby, and more.- Seamless connectivity: Access your development applications via HTTPS on a public domain, mimicking production conditions. This setup supports webhooks and external integrations effortlessly.
Experience the efficiency and convenience of Stackhero's Code-Hero development cloud solution. It takes just 5 minutes to get started! Simplify your development processes and save valuable time today.
Next, you will want to list the Code-Hero service stores available to your account. The CLI accepts the store name (code-hero) directly, so there is no need to look up or copy any IDs.
# List Code-Hero service stores (add --organization if you manage more than one)
stackhero services-store-list --name="code-hero"
You can refer to the store name code-hero in subsequent commands, or choose a specific svs-xxxxxx ID from the list if you prefer.