We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9ce58f + f6a89ce commit 72e8341Copy full SHA for 72e8341
cmd/minikube/cmd/unpause.go
@@ -39,8 +39,9 @@ import (
39
40
// unpauseCmd represents the docker-pause command
41
var unpauseCmd = &cobra.Command{
42
- Use: "unpause",
43
- Short: "unpause Kubernetes",
+ Use: "unpause",
+ Aliases: []string{"resume"},
44
+ Short: "unpause Kubernetes",
45
Run: func(cmd *cobra.Command, args []string) {
46
cname := ClusterFlagValue()
47
register.SetEventLogPath(localpath.EventLog(cname))
site/content/en/docs/commands/unpause.md
@@ -17,6 +17,10 @@ unpause Kubernetes
17
minikube unpause [flags]
18
```
19
20
+### Aliases
21
+
22
+[resume]
23
24
### Options
25
26
0 commit comments