JazzCli

jazz-cli~ JazzCli

Jazz CLI service.

Constructor

new JazzCli()

Source:

Methods

merge(paramsFile, templateFile, cb) → {void}

Merge parameters into template file. Result will be written to standard output.
Source:
Parameters:
Name Type Description
paramsFile string Path to params file.
templateFile string Path to template file.
cb function Standard callback `cb(err, result)`.
Returns:
Type:
void