Path: | doc/developer_docs.md |
Last Update: | Tue Aug 04 03:54:50 -0400 2015 |
Hammer-CLI-Foreman Development Docs
There‘s a lot of useful information in [development documentation of Hammer Core](github.com/theforeman/hammer-cli/blob/master/doc/developer_docs.md#hammer-development-docs). Studying it first can help you to understand the basic principles.
Foreman plugin extends the Hammer Core in following areas:
- [Using HammerCLIForeman::Command](using_hammer_cli_foreman_command.md) - [Building options](option_builder.md#option-builder) - [Automatic name resolution](name_id_resolution.md#name---id-resolution)
It‘s recommended that you set `:refresh_cache: true` in the plugin settings if engaging in API development to enable aggressive apidoc cache checking.