{"library":"stellate","title":"Stellate CLI","type":"library","description":"The official command-line tool for managing Stellate GraphQL edge caching services. Version 3.2.13, requires Node.js ^24.13.0 and pnpm ^9.15.0. Provides commands for authentication (login), service setup (init), config synchronization (pull, push), schema validation (check, subset), local development (serve), and listing apps (ls). Key differentiator: full lifecycle management of Stellate services from the terminal, with automatic API token handling stored in ~/.stellate. TypeScript types included.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install stellate"],"cli":{"name":"stellate","version":null}},"imports":["import { Stellate } from 'stellate'","import { runStellate } from 'stellate'","import type { StellateConfig } from 'stellate'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://stellate.co","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/stellate","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import { Stellate } from 'stellate';\n\nconst stellate = new Stellate({ apiKey: process.env.STELLATE_API_KEY ?? '' });\n\nasync function listServices() {\n  const services = await stellate.list();\n  console.log(services);\n}\n\nlistServices().catch(console.error);","lang":"typescript","description":"Initializes the Stellate client with an API key and lists all services.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}