Anchorage API reference
    Preparing search index...
    AgentCliExec: (
        command: string,
        args: readonly string[],
        options: { cwd?: string; timeoutMs: number },
    ) => Promise<AgentCliExecResult>

    Spawn seam — inject in tests or to sandbox/containerize execution.

    Type Declaration

      • (
            command: string,
            args: readonly string[],
            options: { cwd?: string; timeoutMs: number },
        ): Promise<AgentCliExecResult>
      • Parameters

        • command: string
        • args: readonly string[]
        • options: { cwd?: string; timeoutMs: number }

        Returns Promise<AgentCliExecResult>