What problem does it solve?
Deploying and monitoring hosted blockchain indexers on Envio cloud requires many manual steps across auth, configuration, deployments, and log inspection. This Skill provides the complete envio-cloud CLI command reference so you can manage the entire hosted indexer lifecycle from a terminal, CI/CD pipeline, or script.
Core Features & Use Cases
- Authentication & Context: Log in via browser or GitHub token for CI/CD, and set default org/indexer context to avoid repeating flags.
- Indexer & Deployment Management: Create indexers, configure settings and ENVIO_-prefixed env vars, deploy commits, promote to production, and restart or delete deployments.
- Observability & Scripting: Stream build/runtime logs, watch sync status and metrics, fetch GraphQL endpoints, and consume JSON output with defined exit codes for automation.
- Use Case: In a CI pipeline, authenticate with ENVIO_GITHUB_TOKEN, trigger a deployment for a commit, watch until synced with
--watch-till-synced, then promote it to production.
Quick Start
Ask the AI to deploy your indexer to Envio cloud and watch the deployment logs until it finishes syncing.