Dagger pipeline to show the usage of following Dagger modules:
The Dagger pipeline / module is located in the gitops directory.
Basic usage guide.
The gitops directory contains a Dagger module.
Check the official Dagger Module documentation: https://docs.dagger.io/features/modules
The Dagger CLI is needed.
List all functions of the module. This command is provided by the Dagger CLI.
dagger functions
The GitOps module is referenced locally.
Update the module:
dagger develop
- document functions
- Update module dependencies to new repo
- Add more tools
- Add cache mounts
- Add environment variables
- Add more examples
- Add tests