light-runner - v0.9.0
Homepage
GitHub
npm
Preparing search index...
RunRequest
Interface RunRequest
interface
RunRequest
{
command
?:
string
;
detached
?:
boolean
;
dir
?:
string
;
env
?:
Record
<
string
,
string
>
;
extract
?:
ExtractSpec
[]
;
image
:
string
;
input
?:
unknown
;
network
?:
string
;
onLog
?:
(
line
:
string
)
=>
void
;
signal
?:
AbortSignal
;
timeout
?:
number
;
workdir
?:
string
;
}
Index
Properties
command?
detached?
dir?
env?
extract?
image
input?
network?
on
Log?
signal?
timeout?
workdir?
Properties
Optional
command
command
?:
string
Optional
detached
detached
?:
boolean
Optional
dir
dir
?:
string
Optional
env
env
?:
Record
<
string
,
string
>
Optional
extract
extract
?:
ExtractSpec
[]
image
image
:
string
Optional
input
input
?:
unknown
Optional
network
network
?:
string
Optional
on
Log
onLog
?:
(
line
:
string
)
=>
void
Optional
signal
signal
?:
AbortSignal
Optional
timeout
timeout
?:
number
Optional
workdir
workdir
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
detached
dir
env
extract
image
input
network
on
Log
signal
timeout
workdir
Main site
Homepage
GitHub
npm
light-runner - v0.9.0
Loading...