oh-my-posh/docs
Stefan Hacker 7a73bcff0b feat: enable kubectl segment to read kubeconfig
This extends the kubectl segment to optionally not rely on the
kubectl command and instead to directly parse kubeconfig files like
kubectl does. This is meant as a performance optimization similar
to how the git segment can determine the current branch itself
without calling to git. Especially on Windows and in the presence
other factors slowing process creation like like AntiVirus this
can make shells using the segment considerably more responsive.

The functionality is enabled using the new parse_kubeconfig prop.
It defaults to false to prevent breaking existing users in case
there are any unanticipated behavioral changes.

Additionally the new template properties Cluster and User were
added as they are easily available and helpful in kubectl
setups with more elaborate configuration.
2021-11-26 18:22:40 +01:00
..
docs feat: enable kubectl segment to read kubeconfig 2021-11-26 18:22:40 +01:00
plugins/appinsights docs: add analytics 2021-09-27 20:49:04 +02:00
src docs: style GitHub link 2021-10-29 18:21:56 +02:00
static docs: add gif for transient prompt 2021-10-19 19:39:20 +02:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
docusaurus.config.js feat(cmd): support Windows CMD 2021-11-13 19:41:42 +01:00
export_themes.js fix(theme): unicorn 2021-10-28 09:57:47 +02:00
package-lock.json chore(docs): update dependencies 2021-11-26 14:25:20 +01:00
package.json chore(docs): update dependencies 2021-11-26 14:25:20 +01:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js feat(windows): registry query segment 2021-11-24 14:24:02 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.