Skip to main content
Module

x/denoflow/mod.ts>StepOptions

Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Latest
interface StepOptions
import { type StepOptions } from "https://deno.land/x/denoflow@0.0.35/mod.ts";

Properties

optional
id: string
optional
from: string
optional
use: string
optional
args: unknown[]
optional
run: string
optional
if: string | boolean
optional
env: Record<string, string | undefined>
optional
cmd: string
optional
assert: string
optional
post: string
optional
continueOnError: boolean
optional
sleep: number
optional
debug: boolean