pypyr.steps.pypyrversion permalink

get current installed version permalink

Output the same as:

pypyr --version

This is an actual pipeline, though, so unlike --version, it’ll use the standard pypyr logging format.

Example pipeline yaml:

steps:
  - pypyr.steps.pypyrversion

Since this step does not have any input context, you can always run it as a simple step by just specifying the step-name as a string.

last updated on .