Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.kubecolor.enable

Whether to enable kubecolor - Colorize your kubectl output.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.kubecolor.enableAlias

When set to true, it will create an alias for kubectl pointing to kubecolor, thus making kubecolor the default kubectl client.

Type: boolean

Default:

false

Declared by:

programs.kubecolor.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.kubecolor.package

The kubecolor package to use.

Type: package

Default:

pkgs.kubecolor

Declared by:

programs.kubecolor.settings

Configuration written to ~/.kube/color.yaml (Linux) or Library/Application Support/kube/color.yaml (Darwin). See https://kubecolor.github.io/reference/config/ for supported values.

Type: YAML 1.1 value

Default:

{ }

Example:

kubectl = lib.getExe pkgs.kubectl
preset = "dark";
paging = "auto";

Declared by: