Skip to main content

fluentci run

Run a local or a plugin from FluentCI registry, a collection of pre-built pipelines for common CI/CD workflows written in TypeScript/Rust (you don't need to run fluentci init).

fluentci run <pipeline> [jobs...] [options]

Or run the pipeline in the current directory (requires fluentci init):

fluentci run .

Options

OptionDescription
--help, -hhelp for fluentci
--reload, -rReload the pippeline source cache
--wasmRun the Wasm Plugin if available
--remote-execRun the pipeline remotely, requires FLUENTCI_PROJECT_ID and FLUENTCI_ACCESS_TOKEN
--work-dirSet the working directory for the pipeline

List of pre-built pipelines