developer_docs.md

Path: doc/developer_docs.md
Last Update: Thu Aug 21 04:49:20 -0400 2014

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:

 - [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.

[Validate]