Skip to main content
Module

x/velociraptor/src/scripts_config.ts>ScriptOptions

The npm-style script runner for Deno
Latest
interface ScriptOptions
implements DenoCliOptions
import { type ScriptOptions } from "https://deno.land/x/velociraptor@1.5.0/src/scripts_config.ts";

Additional script options

These can be applied both in ScriptObjects and at top-level in which case they're applied to all the scripts defined in the file

Properties

optional
envFile: string | Array<string>

A file with a list of environment variables to be passed to the script

A map of environment variables to be passed to the script