kubemgr 0.1.0

The fastest way to merge Kubernetes configuration files 🏎.
kubemgr-0.1.0 is not a library.
Visit the last successful build: kubemgr-0.3.1

kubemgr

The fastest way to merge Kubernetes configuration files 🏎.

Prerequisites

  • Kubectl installed

Installation

cargo install kubemgr

Usage

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

Arguments:
  <FILES>...  Kubeconfig files to merge

Options:
  -c, --current      Include the current kubeconfig file at ~/.kube/config
  -d, --dry-run      Print the merged kubeconfig to stdout
  -p, --path <FILE>  Specify output path for merged kubeconfig
  -h, --help         Print help

License