#kubernetes #configuration #merger

bin+lib kubemgr

The fastest way to merge Kubernetes configuration files 🏎

2 releases

new 0.3.1 Feb 19, 2025
0.3.0 Feb 18, 2025
0.2.0 Feb 8, 2025
0.1.0 Feb 7, 2025

#395 in Configuration

Download history 225/week @ 2025-02-04 45/week @ 2025-02-11

270 downloads per month

MIT/Apache

275KB
224 lines

kubemgr

The fastest way to merge Kubernetes configuration files 🦀.

board

crates.io Website

Description

Kubemgr is a powerful CLI tool that simplifies merging multiple Kubernetes configuration files, ensuring seamless access and efficient cluster management.

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
    

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

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~46MB
~665K SLoC