kctl icon indicating copy to clipboard operation
kctl copied to clipboard

A CLI wrapper for making kubernetes commands much easier

Results 3 kctl issues
Sort by recently updated
recently updated
newest added

Failed commands should have an non-zero exit code. In our case `kctl` gives an exit code of 1. while `kctl log` gives an exit code of 0. (command fails because...

https://mattgathu.github.io/testing-rust-cli-apps/ https://crates.io/crates/assert_cmd

Currently, `main.rs` is too big. We should create an individual file for each command.

enhancement