Yaml
Last updated
Last updated
The Yaml Extension includes the to render output in pure Yaml, as well as the that allows applications to use Yaml configuration files as a drop-in replacement of the default .
Documentation References:
API References:
pyYaml
Applications using Cement <3.0.8 should continue to include pyYaml
in their dependencies.
This extension does not support any application level configuration settings or meta options.
In general, you likely would not set output_handler
to yaml
, but rather another type of output handler that displays readable output to the end-user (ex: Mustache, Jinja2, or Tabulate). However, Cement supports overriding handlers via command line options if the option is set. For example, -o yaml
will trigger the framework to use the yaml
output handler, overriding the default set in .
See the documentation on .