For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/functions/cli-entry.runGeneratedRenderedScript.md.
  • English
  • Function: runGeneratedRenderedScript()

    runGeneratedRenderedScript(options): Promise<number>

    Runs one rendered script (src/scripts/<name>.tsx) to completion and returns the process exit code. The framework dialect reserves exactly --json and --ndjson (before a -- terminator); every other argument passes through to the script component's argv prop untouched. Exit codes derive from the final document status: 0 on success, 1 otherwise.

    Parameters

    options

    RunGeneratedRenderedScriptOptions

    Returns

    Promise<number>