This repository contains the JSON file which the cfbs CLI uses to find modules.
- build-index - Index of modules
- build-website - Website
- cfbs - Command line client
- modules - Official modules provided by the CFEngine team
- module-template - Template for creating new modules
Use the Bump module GitHub Actions workflow to bump a module's version in cfbs.json. Run it manually with the module name and which part of the version to increment (major, minor, patch, or release). It opens a pull request with the change for review.
- Run
cfbs pretty ./cfbs.jsonafter editing to ensure proper formatting.