The project is in a healthy, maintained state
Foreman Webhooks plugin for Hammer CLI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 2.0.0, < 4.0.0
 Project Readme

Hammer CLI Foreman Webhooks

This Hammer CLI plugin contains set of commands for foreman_webhooks, a plugin to Foreman for Webhooks management.

Versions

This is the list of which version of Foreman Webhooks is needed to which version of this plugin.

hammer_cli_foreman_webhooks v0.0.1 v0.0.3
foreman_webhooks v0.0.1 v3.0.2

Installation

$ gem install hammer_cli_foreman_webhooks

$ mkdir -p ~/.hammer/cli.modules.d/

$ cat <<EOQ > ~/.hammer/cli.modules.d/foreman_webhooks.yml
:foreman_webhooks:
  :enable_module: true
EOQ

# to confirm things work, this should return useful output
hammer webhooks --help

More info

See our Hammer CLI installation and configuration instuctions.