Documentation ¶
Overview ¶
Package run contains the implementation of the default `pipedream` shell command, selecting, parsing and executing pipelines
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileFlag string
FileFlag sets the file to be executed, skipping the user selection prompt
View Source
var Log = logrus.New()
Log is the main logger that all other loggers are based on
View Source
var PipelineFlag string
PipelineFlag sets the pipeline to be executed, skipping the user selection prompt
View Source
var ShowGraphFlag bool
ShowGraphFlag is a toggle indicating whether a graph should be opened in the browser after execution
View Source
var Verbosity string
Verbosity determines the global log levels
It corresponds to the log level of user-defined pipelines. Note that built-in pipelines may have a different log level.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.