Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/breakwater
agent-cli
AgentCliExec
Type Alias AgentCliExec
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
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...
Spawn seam — inject in tests or to sandbox/containerize execution.