_ __ ___ _
| |/ /| \ __ _ ___| |_
| ' < | |) |/ _` |(_-<| ' \
|_|\_\|___/ \__,_|/__/|_||_|
A simple terminal dashboard for Kubernetes built with Rust
This repo holds choco files for KDash
Choco package located here. Since you cannot upload a new package while a previous one is being validated, the newest version of a release may take a while to appear.
choco install kdash
# Version number may be required for newer releases, if available:
choco install kdash --version=0.0.9
To test and deploy, see here for more info but the gist is, in an admin terminal:
choco pack
choco uninstall kdash # Just to avoid having to force
choco install kdash -dv -s .
If successful:
choco push <PACKAGE_NAME>.nupkg -s https://push.chocolatey.org/
Visit https://github.com/kdash-rs/kdash for more details