kubemgr 0.3.0

The fastest way to merge Kubernetes configuration files 🏎.
Documentation

kubemgr

The fastest way to merge Kubernetes configuration files 🏎.

Online version available at kubemgr.com.

Pre-requisites

  • Rust & Cargo: Ensure you have Rust and Cargo installed. You can install them using rustup.

  • Rust version: This project requires Rust 1.65 or later. You can check your Rust version with:

    rustc --version
    

    If your version is outdated, update Rust with:

    rustup update
    
  • Kubernetes cluster access: Ensure you have a valid Kubernetes configuration (~/.kube/config) if you plan to interact with clusters.

Installation

cargo install kubemgr

Usage

Usage: kubemgr [OPTIONS] <FILES>...

Arguments:
  <FILES>...  Kubernetes configuration files to merge

Options:
  -o, --output <FILE>  Specify output file path (prints to stdout if not specified)
  -h, --help           Print help

License