Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

yamll.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

yamll

A utility to facilitate the inclusion of sub-YAML files as libraries.

Synopsis

It identifies imports declared in YAML files and merges them to generate a single final YAML file, similar to importing libraries in programming.

yamll [command] [flags]

Options

  -f, --file stringArray   root yaml files to be used for importing
  -h, --help               help for yamll
      --limiter string     limiters to separate the yaml files post merging (default "---")
      --log-level string   log level for the yamll (default "INFO")
      --no-color           when enabled the output would not be color encoded

SEE ALSO

  • yamll build - Builds YAML files substituting imports
  • yamll import - Imports defined sub-YAML files as libraries
  • yamll tree - Builds dependency trees from sub-YAML files defined as libraries
  • yamll version - Command to fetch the version of YAMLL installed
Auto generated by spf13/cobra on 27-Jul-2024