A sample bundle for Batect.
It is intended to demonstrate a basic development experience for creating a bundle, including an automated test setup.
Add the following to your batect.yml
:
include:
- type: git
repo: https://github.com/batect/hello-world-bundle.git
ref: XXX # Replace with latest version from https://github.com/batect/hello-world-bundle/releases
Prints 'Hello world!' to the console.
Run ./batect --list-tasks
to see a list of available tasks for this project.