logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yte - command line interface for yte

Description

       usage: yte [-h] [-r]

       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.

       It can be used to process a YTE template from STDIN and prints the rendered version to STDOUT:

              yte < template.yaml > rendered.yaml

Name

       yte - command line interface for yte

Options

-h, --help
              show this 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__:
              false` statement if present)

YTE                                               November 2023                                           YTE(1)

See Also