fluentci
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 [pipeline] [jobs...] [options]
Or run the pipeline in the current directory (requires fluentci init
):
fluentci
Options
Option | Description |
---|---|
--help , -h | help for fluentci |
--reload , -r | Reload the pippeline source cache |
--wasm | Run the Wasm Plugin if available |
--remote-exec | Run the pipeline remotely, requires FLUENTCI_PROJECT_ID and FLUENTCI_ACCESS_TOKEN |
--work-dir | Set the working directory for the pipeline |