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 |
|---|---|
| variables | How to use variables & arguments in a pipeline. |
| add | Add item to a set. |
| append | Append item to a list. |
| configvars | Inject variables from config into pipeline. |
| 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 | Old name for set. Use set instead. |
| default | Set values if they do not exist already. |
| in | Add arguments to context for the current step. |
| set | Set & format context keys. |