Added docs for delete --all command

pull/5646/head
Marek Schwarz 2019-10-17 20:16:06 +02:00
parent 47f63a488d
commit 3e589c42b9
2 changed files with 10 additions and 0 deletions

View File

@ -39,3 +39,7 @@ Stop your local cluster:
Delete your local cluster:
`minikube delete`
Delete all local clusters and profiles
`minikube delete --all`

View File

@ -18,6 +18,12 @@ associated files.
minikube delete [flags]
```
## Options
```
--all Delete all profiles and clusters
```
### Options inherited from parent commands
```