class documentation
class YAMLToNestedText(_TypedFormatToSchema): (source)
Read YAML and output its content as NestedText.
Examples
yaml2nt config.yml >config.nt kubectl get deployment -o yaml | yaml2nt yaml2nt --to-schema config.yml >config.types.nt
Method | main |
Undocumented |
Inherited from _TypedFormatToSchema
:
Class Variable | to |
Undocumented |
Inherited from _ColorApp
(via _TypedFormatToSchema
):
Constant | ALLOW |
Undocumented |
Constant | COLOR |
Undocumented |
Constant | VERSION |
Undocumented |