| Crates.io | kubemgr |
| lib.rs | kubemgr |
| version | 0.3.1 |
| created_at | 2025-02-07 16:02:07.270529+00 |
| updated_at | 2025-02-19 08:10:18.035225+00 |
| description | The fastest way to merge Kubernetes configuration files 🏎. |
| homepage | |
| repository | https://github.com/dorian-grst/kubemgr |
| max_upload_size | |
| id | 1547120 |
| size | 326,458 |
Kubemgr is a powerful CLI tool that simplifies merging multiple Kubernetes configuration files, ensuring seamless access and efficient cluster management.
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
cargo install kubemgr
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