yte - Man Page
yte – Process a YAML file given at STDIN with YTE, and print the result to STDOUT
Synopsis
Description
Process a YAML file given at STDIN with YTE, and print the result to STDOUT.
Note: if nothing is provided at STDIN, this will wait forever.
Options
- -h, --help
Show a help message and exit.
- -r, --require-use-yte
Require that the document contains a
__use_yte__: true
statement at the top level. If the statement is not present or false, return document unprocessed (except removing the
__use_yte__: true
statement if present)
Info
July 2022