Skip to content

A CLI tool that combines multiple YAML files into a single one.

License

Notifications You must be signed in to change notification settings

modatwork/yamlchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yamlchain

Overview

yamlchain is a CLI tool that combines multiple YAML files into a single one, inserting a separator line (---) between each file.

Installation

To install yamlchain:

go install github.com/modatwork/yamlchain@latest

Make sure your GOPATH/bin is in your PATH to access the yamlchain command globally.

Usage

To combine multiple YAML files into one, simply run:

yamlchain file1.yaml file2.yaml ... > combined.yaml

Or you can apply the combined YAML directly to your Kubernetes cluster:

yamlchain file1.yaml file2.yaml ... | kubectl apply -f -

About

A CLI tool that combines multiple YAML files into a single one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages