Documentation
¶
Overview ¶
Command basic is the smallest pipeline that says something: two steps in one workflow, wired together with Needs, and a retry policy that only retries an infrastructure failure (a dropped connection, a registry hiccup), never a command that ran and simply returned a non-zero exit code.
Run it directly:
go run ./examples/basic
or through the CLI, which builds the package, execs it, and attaches automatically:
senro run ./examples/basic
Click to show internal directories.
Click to hide internal directories.