https://github.com/pumpkinseed/kcs
Command-line tool collects set of example usages of kubectl, searchable
https://github.com/pumpkinseed/kcs
cli-tool devops-tools kubectl kubernetes
Last synced: 5 months ago
JSON representation
Command-line tool collects set of example usages of kubectl, searchable
- Host: GitHub
- URL: https://github.com/pumpkinseed/kcs
- Owner: PumpkinSeed
- Created: 2020-01-25T08:58:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T15:34:57.000Z (over 5 years ago)
- Last Synced: 2025-03-06T01:38:22.732Z (7 months ago)
- Topics: cli-tool, devops-tools, kubectl, kubernetes
- Language: Go
- Homepage:
- Size: 4.7 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kcs - kubectl Cheatsheet CLI
Command-line tool collects set of example usages of kubectl
### Features
- Searchable
- Easy to read
- Verbose mode for description### Installation
Requirement:
- Golang 1.13```
git clone git@github.com:PumpkinSeed/kcs.git && cd kcs
make install
```### Usage
```
$ kcs help
NAME:
kcs - Searchable kubectl cheatsheet CLI toolCOMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--verbose, -v Set verbose mode (default: false)
--search value, -s value Set search query
--category value Set a certain category
--command value Set a certain command
--help, -h show help (default: false)
``````
$ kcs # prints everything out
$ kcs -v # add description to the commands
$ kcs --category config # prints out the config realted commands
$ kcs --category config --command view # prints out the config's view command
$ kcs --search services # search in the whole content and prints everything satisfied the search term
```**Usage**

**Usage of search**
