pipelines
How to load & run pipelines.
title | description |
---|---|
built-in pipelines | Ready-made built-in pipelines |
composability | Encapsulate pipeline functionality in re-usable components. |
config-show built-in pipeline | Display current config settings & sources. |
custom pype loader | Create a custom pipeline loader to load pipelines from a different place. |
echo built-in pipeline | Echo input args to output. |
magritte built-in pipeline | A totally serious thought about pipes. |
pipeline look-up order | pypyr looks for pipeline files & custom code modules on the filesystem in these directories. |
pipeline shortcuts | Create re-usable shortcuts to pipeline run commands in config. |
pypyrversion built-in pipeline | Print the pypyr & python version numbers. |
run a pipeline with the pypyr cli | How to run a pypyr pipeline yaml from the cli |
venv-create built-in pipeline | Create venvs with extra dependencies from a config file. |