Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
CommandRunner
Interface CommandRunner
interface
CommandRunner
{
maxDurationMs
:
number
;
run
(
arguments_
:
readonly
string
[]
,
options
?:
{
cwd
?:
string
;
input
?:
string
}
,
)
:
Promise
<
CommandResult
>
;
}
Implemented by
WranglerCommandRunner
Index
Properties
max
Duration
Ms
Methods
run
Properties
Readonly
max
Duration
Ms
maxDurationMs
:
number
Hard upper bound after which the command and its subprocess tree terminate.
Methods
run
run
(
arguments_
:
readonly
string
[]
,
options
?:
{
cwd
?:
string
;
input
?:
string
}
,
)
:
Promise
<
CommandResult
>
Parameters
arguments_
:
readonly
string
[]
Optional
options
:
{
cwd
?:
string
;
input
?:
string
}
Returns
Promise
<
CommandResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Duration
Ms
Methods
run
Documentation
GitHub
Anchorage API reference
Loading...
Hard upper bound after which the command and its subprocess tree terminate.