databricks/click v0.6.0
databricks/click
Captured source
source ↗published Apr 22, 2022seen 5dcaptured 13hhttp 200method plain
v0.6.0
Repository: databricks/click
Tag: v0.6.0
Published: 2022-04-22T18:06:21Z
Prerelease: no
Release notes: 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
cpcommand to copy files to/from a pod - Add a
daemonsetscommand - ADd a
persistentvolumescommand - 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)
podscommand 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
describealso shows events- Add support to show CRDs (see
help crd)
Bug Fixes:
- Tab completion works for most arguments
exechandles multi-argument commands properly- Events sort properly in time order