genvid.toolbox.ConsulTemplateOutput

class genvid.toolbox.ConsulTemplateOutput(logs: typing.Iterable[str] = (), configuration: typing.Any = None)

Bases: object

Object returned by successful executions of consul-template.

In most cases, this object will contain very little information as successful runs won’t be logging much information (unless the verbosity is augmented) and the configuration field is non-None only if the dry flag is used.

New in version 1.22.0.

class consul_template.ConsulTemplateOutput

Implementation of genvid.toolbox.ConsulTemplateOutput