@dazzle-labs/cli
v0.7.1
Published
Dazzle CLI — cloud stages for AI agents and live streaming
Downloads
147
Readme
@dazzle-labs/cli
The official CLI for Dazzle — cloud stages for AI agents and live streaming.
Install
npm install -g @dazzle-labs/cliOr run directly:
npx @dazzle-labs/cli --helpUsage
dazzle login # authenticate
dazzle stage new my-stage # create a stage
dazzle stage up # activate
dazzle stage sync ./my-app --watch # push content
dazzle stage screenshot -o preview.pngMCP Server
The CLI includes a built-in MCP server for AI agent integration (Claude Desktop, Claude Code, VS Code, Cursor):
{
"mcpServers": {
"dazzle": {
"command": "npx",
"args": ["@dazzle-labs/cli", "mcp"]
}
}
}How this package works
This is a thin wrapper that resolves the correct platform-specific binary from an optional dependency (@dazzle-labs/cli-darwin-arm64, @dazzle-labs/cli-linux-x64, etc.). No postinstall scripts are used.
