flowpipe pipeline

List, view, and run Flowpipe pipelines.

Usage

Sub-Commands

CommandDescription
listList pipelines from the current mod and its direct dependents.
runRun a pipeline from the current mod or its direct dependents or from a Flowpipe server instance.
showShow details of a pipeline from the current mod or its direct dependents.

Flags

FlagApplies toDescription
--arg string=stringrunSpecify the value of a pipeline argument. Multiple --arg arguments may be passed.
--detachrunStart 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-idrunSpecify pipeline execution id. Execution id will generated if not provided.
--var string=stringrunSpecify the value of a variable. Multiple --var arguments may be passed.
--var-file stringsrunSpecify an .fpvar file containing variable values.
--verboserunView 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: