Module ploigos_step_runner.step_implementers.examples
StepImplementers for the hello-world step.
Sub-modules
ploigos_step_runner.step_implementers.examples.hello_shell-
Example StepImplementer that executes a shell command. This is a good starting point if you are writing a step implementer that is meant to run an …
ploigos_step_runner.step_implementers.examples.hello_world-
A simple StepImplementer that prints out a greeting. See the HelloShell example for an upgraded version that runs a shell command to print the greeting …