# README
konfig
konfig - kubectl config file manager, cli tool for backuping, viewing and merging
of kubectl config files that are usually stored in ~/.kube/
folder and also is
an example of simple but usefull app build using cobra library
If you need a more advanced tool, you might take a look at kubecm
install
To install this app, simply type
go install github.com/ansavin/konfig@latest
usage
konfig show
- show current kubeconfigkonfig merge /path/to/another/config
- merge current kubeconfig and another one situated at /path/to/another/configkonfig backup
- to create a backup of current kubeconfigkonfig restore
- to restore kubeconfig from backup
# Packages
Copyright © 2022 ansavin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.