package
2.4.4+incompatible
Repository: https://github.com/devops-kung-fu/hookz.git
Documentation: pkg.go.dev
# Functions
TODO: add code coverage CheckConfig ensures that there is a .hookz.yaml file locally and the version is supported by the current version of hookz.
Execute creates the command tree and handles any error condition returned.
InstallSources installs all go repositories that are found in the Sources section of the .hookz.yaml file.
No description provided by the author
# Variables
Afs stores a global OS Filesystem that is used throughout hookz.
Verbose determines if the execution of hookz should output verbose information.
VerboseOutput is set to true if you wish to see debug information in the hooks as they execute in bash.