A utility to facilitate the inclusion of sub-YAML files as libraries.
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]
-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
- 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