Files
pbakaus_impeccable/tests/oracle/golden/live-server-help.json
T
2026-08-31 19:59:20 -07:00

10 lines
1.6 KiB
JSON

{
"stdout": "Usage: impeccable live-server [options]\n\nStart the live variant mode server (zero dependencies).\n\nCommands:\n (default) Start the server (foreground)\n stop Stop the server and remove the injected live.js script tag\n stop --keep-inject Stop the server only (leave the script tag in the HTML entry)\n\nOptions:\n --background Start detached, print connection JSON to stdout, then exit\n --port=PORT Use a specific port (default: auto-detect starting at 8400)\n --keep-inject Only with stop: skip live-inject --remove\n --help Show this help\n\nEndpoints:\n /live.js Browser script (element picker + variant cycling)\n /detect.js Detection overlay (backwards compatible)\n /modern-screenshot.js Vendored modern-screenshot UMD build (lazy-loaded by live.js)\n /annotation POST raw image/png to stage a variant screenshot\n /events SSE stream (server→browser) + POST (browser→server)\n /poll Long-poll for agent CLI\n /manual-edit-stash Stage browser copy edits\n /manual-edit-commit Apply staged browser copy edits\n /manual-edit-discard Discard staged browser copy edits\n /source Raw source file reader (no-HMR fallback)\n /status Durable recovery status (token-protected)\n /health Health check\n",
"stderr": "",
"exit": 0,
"signal": null,
"files": {
".impeccable/live/config.json": "{\n \"files\": [\"index.html\", \"public/**/*.html\"],\n \"insertBefore\": \"</body>\",\n \"commentSyntax\": \"html\"\n}\n"
}
}