Skip to content

apollo-code


apollo-code / native-bridge/src / ExecOptions

Interface: ExecOptions

Properties

command

command: string


cwd

cwd: string


env?

optional env?: Record<string, string>


permissions

permissions: object

env

env: object

env.read

read: string[]

fs

fs: object

fs.read

read: string[]

fs.write

write: string[]

net

net: false | { allowlist: string[]; }


timeout_ms?

optional timeout_ms?: number