Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Nov 19, 2019
1 parent 5d9199d commit cca801c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
![GitHub](https://img.shields.io/github/license/sunny0826/kubecm.svg)
![GitHub release](https://img.shields.io/github/release/sunny0826/kubecm)

Merge multiple kubeconfig
KubeConfig Manager

```bash
Merge multiple kubeconfig
KubeConfig Manager
_ _
| | ___ _| |__ ___ ___ _ __ ___
| |/ / | | | '_ \ / _ \/ __| '_ \ _ \
Expand Down Expand Up @@ -38,7 +38,7 @@ Use "kubecm [command] --help" for more information about a command.
## Quick Start
### Install kubecm
### Install
Homebrew:
Expand Down Expand Up @@ -118,7 +118,7 @@ $ kubecm get
kubecm delete my-context
```
### Set context
### Switch context
```bash
# Use the context for the test cluster
Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ var cfgFile string

var rootCmd = &cobra.Command{
Use: "kubecm",
Short: "Merge the kubeconfig file.",
Short: "KubeConfig Manager.",
Long: `
Merge multiple kubeconfig
KubeConfig Manager
_ _
| | ___ _| |__ ___ ___ _ __ ___
| |/ / | | | '_ \ / _ \/ __| '_ \ _ \
Expand Down

0 comments on commit cca801c

Please sign in to comment.