Skip to content

Commit

Permalink
Readme: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarped committed Dec 23, 2021
1 parent 5ffe2fd commit bc5f319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Tool to manage multiple kubeconfig files and swap between clusters easily
## Why kubeswap
If you interact with a lot of kubernetes clusters/contexts, and you dont want to manage it in a big single kubeconfig file (merging kubeconfigs is tedious...), this is the right tool for you!

Just throw your kubeconfig files inside `$HOME/.kube`, and kubeswap will manage it for you.
Just throw your kubeconfig files inside `$HOME/.kube/`, and kubeswap will manage it for you.

## Basic usage
Basically, you will use 2 commands:
- **kubeswap**: scans your `$HOME/.kube` dir and shows you a pretty interactive list to choose the desired kubeconfig
- **kubeswap** \<name\>: directly select the kubeconfig with that name from your `$HOME/.kube` dir
- **kubeswap \<name\>**: directly select the kubeconfig with that name from your `$HOME/.kube/` dir

## Advanced usage
Besides the basic usage, kubeswap has and an key-value store, so you can:
Expand All @@ -18,7 +18,7 @@ Besides the basic usage, kubeswap has and an key-value store, so you can:
- Select one to use
- Much more... (not really)

I have implemented the store this with 2 objectives:
I have implemented the store with 2 objectives:
- Portability: you can use this db to store all your kubeconfigs and carry them with you
- Backup/Restore: you can use the db to backup/restore the kubeconfigs

Expand Down Expand Up @@ -69,7 +69,7 @@ kubeswap
```
- Select one kubeconfig from your `$HOME/.kube` directory:
```bash
kubeswap \<filename\>
kubeswap <filename>
```

Advanced (with store):
Expand Down

0 comments on commit bc5f319

Please sign in to comment.