context
The pypyr context maintains state for the duration of the pipeline. You use the context to persist & pass values between steps in the pipeline.
title | description |
---|---|
context parser | Create your own context parser to parse cli input arguments. |
context parsers | pypyr context parsers initialize the context from your own custom cli input arguments. |
contextclear | Remove specified items from context. |
contextclearall | Wipe the entire context. |
contextcopy | Copy entire context keys. |
contextmerge | Merges values into context, preserving the existing context hierarchy. |
contextsetf | Set & format context keys. |
default | Set values if they do not exist already. |
in | Add arguments to context for the current step. |