Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fluentci/src/cmd/run.ts>default

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
function default
import { default } from "https://deno.land/x/fluentci@v0.16.4/src/cmd/run.ts";

Runs a Fluent CI pipeline.

Parameters

optional
pipeline = [UNSUPPORTED]
  • The name of the pipeline to run. If set to ".", the pipeline will be run from the current directory.
optional
jobs: [string, ...Array<string>] | string[] = [UNSUPPORTED]
  • An array of job names to run.
optional
options: Record<string,
| string
| number
| boolean
| undefined
>
= [UNSUPPORTED]
  • An object of options.