On this page
Get Involved
flowpipe pipeline
List, view, and run Flowpipe pipelines.
Usage
Sub-Commands
Command | Description |
---|---|
list | List pipelines from the current mod and its direct dependents. |
run | Run a pipeline from the current mod or its direct dependents or from a Flowpipe server instance. |
show | Show details of a pipeline from the current mod or its direct dependents. |
Flags
Flag | Applies to | Description |
---|---|---|
--arg string=string | run | Specify the value of a pipeline argument. Multiple --arg arguments may be passed. |
--detach | run | Start the pipeline and return immediately. By default, flowpipe pipeline run will run the pipeline and wait for the results. You may only use --detach when running a pipeline from a server instance (by specifying --host, for example). |
--execution-id | run | Specify pipeline execution id. Execution id will generated if not provided. |
--var string=string | run | Specify the value of a variable. Multiple --var arguments may be passed. |
--var-file strings | run | Specify an .fpvar file containing variable values. |
--verbose | run | View detailed event information, including step arguments and attributes. |
Examples
List pipelines:
List pipelines in JSON format:
View pipeline details:
Run a pipeline in the current mod:
Run a pipeline with verbose output:
Run a pipeline in a direct dependency mod:
Run a pipeline and pass parameters:
Run a pipeline from the local server instance (started with flowpipe server):
or
Start a pipeline from the local server instance and run it asynchronously:
Run a pipeline from a remote server instance:
Run a pipeline from a remote server instance, do not verify the TLS certificate:
Run a pipeline using settings from a workspace: