Skip to main content
Module

x/fluentci/run.ts>default

This is the command line interface for FluentCI.
Go to Latest
function default
import { default } from "https://deno.land/x/fluentci@v0.4.3/run.ts";

Runs a Fluent CI pipeline.

Parameters

pipeline: string
  • The name of the pipeline to run. If set to ".", the pipeline will be run from the current directory.
jobs: [string, ...Array<string>]
  • An array of job names to run.
optional
reload = [UNSUPPORTED]
  • Whether to reload the pipeline before running it.