Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyRugalev committed Sep 13, 2020
1 parent 1f7db9b commit 87cc0cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ You can easily configure kubecom with this options:
|kubeconfig |KUBECONFIG |Path to kubeconfig |
|context |KUBECONTEXT |Context name |
|namespace |KUBENAMESPACE|Initial namespace to show |
|timeout | |Connection timeout (default: "5s") |
|editor |EDITOR |Name of the editor binary. Default: "vi". But you probably already have one defined by your OS |
|pager |PAGER |Pager command for 'describe' command. Default: "less" |
|log-pager |LOGPAGER |Pager command for log output. Default: none |
Expand Down Expand Up @@ -185,6 +186,8 @@ This way we can avoid wasting time doing easy work the hard way. I'm always open

## Special thanks

* [terminal.sexy](https://terminal.sexy) - great terminal color scheme configurator
* [tcell](https://github.com/gdamore/tcell) - TUI library
* [Goreleaser](https://goreleaser.com) - helps to ship go software
* [k9s](https://github.com/derailed/k9s) - another kubernetes TUI utility
* [Goreleaser](https://goreleaser.com) - helps to ship Go software
* [k9s](https://github.com/derailed/k9s) - another Kubernetes TUI utility

0 comments on commit 87cc0cb

Please sign in to comment.