1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: kubecolor
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-github-makenowjust-heredoc-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/kubecolor
Vcs-Git: https://salsa.debian.org/go-team/packages/kubecolor.git
Homepage: https://github.com/dty1er/kubecolor
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dty1er/kubecolor
Package: kubecolor
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Enhances: kubernetes-client
Built-Using: ${misc:Built-Using}
Description: colorizes kubectl output
kubecolor colorizes your kubectl command output and does nothing else.
kubecolor internally calls kubectl command and try to colorizes the output so
you can use kubecolor as a complete alternative of kubectl
|