yamlchain

command module
v0.0.0-...-5587ba5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 4 Imported by: 0

README

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 -

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL