These files are no longer loaded at runtime. All release data now comes
from _cache/YYYY-MM/{pkg}.json files generated by the Go webicached daemon.
Deleted:
- 94 {pkg}/releases.js files (per-package upstream fetchers)
- 8 _common/*.js files (github.js, gitea.js, git-tag.js, fetcher.js, etc.)
Updated:
- _webi/classify-one.js: reads from cache instead of require(releases.js)
- Fixed hardcoded triplet key to use dynamic lookup
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| K9s | https://github.com/derailed/k9s | K9s provides a terminal UI to interact with your Kubernetes clusters |
To update or switch versions, run webi k9s@stable (or @v0.24, @beta, etc).
Cheat Sheet
The information in this section is a copy of the preflight requirements and common command line arguments from k9s (https://github.com/derailed/k9s).
k9saim is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
Preflight check
K9s uses 256 colors terminal mode. On `Nix system make sure TERM is set accordingly.
export TERM=xterm-256color
To run k9s:
k9s
Command line arguments
List all available CLI options
k9s help
To get info about K9s runtime (logs, configs, etc..)
k9s info
To run K9s in a given namespace
k9s -n mycoolns
Start K9s in an existing KubeConfig context
k9s --context coolCtx
Start K9s in readonly mode - with all cluster modification commands disabled
k9s --readonly