The EdgeSpark CLI (Documentation Index
Fetch the complete documentation index at: https://docs.edgespark.dev/llms.txt
Use this file to discover all available pages before exploring further.
edgespark) is the primary tool for creating projects, deploying code, and managing platform resources.
Install
Authenticate
~/.edgespark/credentials.json and used for subsequent CLI commands.
If you run edgespark login from a non-interactive agent session, the CLI prints a verification URL and stores pending login state. After you approve the browser flow, the next CLI command completes the login automatically.
To check who you’re logged in as:
Scaffold a project
server/, web/, configs/, and edgespark.toml.
--agent is required. Use --agent claude for Claude Code, --agent gemini for Gemini CLI, --agent codex for OpenAI Codex, and the real agent name for every other AGENTS.md-based tool, such as copilot, cursor, opencode, amp, devin, aider, windsurf, cline, continue, antigravity, kiro, or your own custom agent name.
Install dependencies in each directory separately:
Get help
Every command has a--help flag that lists its options and usage:
See also
CLI commands
Full reference for all
edgespark commands and their flags.Quickstart
Create your first fullstack project and deploy it in minutes.