@ -248,20 +248,24 @@ need to be committed, then the commit message needs to be provided. This is
meant so the configuration change history (accessible e.g. via 'ngcpcfg log')
provides useful information.
**check** [<config_files_or_directories>|<pattern>]::
**check** [--ignore-branch-check] [ <config_files_or_directories>|<pattern>]::
Check syntax of YAML files and validate schema before performing any further actions.
The *--ignore-branch-check* option doesn't fail the check if the
current active branch doesn't match 'master'.
In the High Availability setup possibly outstanding pull actions are
checked as well.
**build** [--modified-only] [<files_or_directories>|<pattern>]::
**build** [--ignore-branch-check] [-- modified-only] [<files_or_directories>|<pattern>]::
Generate configuration files, based on values defined the central yml files and
based on the templates in the configuration tree (/etc/ngcp-config/templates by
default). Central yml files will be validated for integrity before building using
_check_ action. The *--modified-only* option checks for _modified_ and _uncommitted_
configuration files (central yml files and templates) and builds the relevant
files only. If a central yml file is modified it builds all configuration files.
files only. The *--ignore-branch-check* option doesn't fail the build if the
current active branch doesn't match 'master'.
If a central yml file is modified it builds all configuration files.
If changes are in template files only just the according template files are
considered for rebuild. If a file (e.g. _/etc/rsyslog.conf_) or directory (e.g.
_/etc/mysql/_) is provided as argument to the _build_ option only the specified