khelp 0.1.15

A tool for managing kubernetes contexts
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod add;
pub mod cleanup;
pub mod completions;
pub mod current;
pub mod delete;
pub mod edit;
pub mod export;
pub mod list;
pub mod rename;
pub mod switch;
pub mod update;