fluentci init
Initialize a new pipeline in the current directory.
fluentci init [pipeline] [options]
Options
Option | Description |
---|---|
--help , -h | help for init |
--template , -t | The name of the pipeline template to use. |
--standalone , -s | Initialize pipeline as a standalone project, so it can be published and reused in other projects. |
--wasm , -w | Initialize pipeline as a WebAssembly plugin. |