Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
click-v0.6.0-x86_64-pc-windows-gnu.zip | 2022-04-22 | 10.1 MB | |
click-v0.6.0-x86_64-apple-darwin.tar.gz | 2022-04-22 | 4.7 MB | |
click-v0.6.0-arm-unknown-linux-gnueabihf.tar.gz | 2022-04-22 | 5.3 MB | |
click-v0.6.0-x86_64-unknown-linux-musl.tar.gz | 2022-04-22 | 6.0 MB | |
README.md | 2022-04-22 | 892 Bytes | |
v0.6.0 source code.tar.gz | 2022-04-22 | 110.1 kB | |
v0.6.0 source code.zip | 2022-04-22 | 160.0 kB | |
Totals: 7 Items | 26.4 MB | 0 |
Features:
* Migrate to k8s-openapi
* This enabled a migration to reqwest and dropping of the old un-maintained http clients
previously in use
* Update to Rust 2021 edition
* Add a cp
command to copy files to/from a pod
* Add a daemonsets
command
* ADd a persistentvolumes
command
* Forward environment variables to exec'd commands (Thanks @wchau)
* All objects have a basic describe for (at least) their metadata
* Support azure and oidc auth providers (beta)
* pods
command can show last restart time of a pod
* Migrate to comfy-table since prettytable is no longer maintained
* As a result wide tables should render much more pleasantly
* describe
also shows events
* Add support to show CRDs (see help crd
)
Bug Fixes:
* Tab completion works for most arguments
* exec
handles multi-argument commands properly
* Events sort properly in time order