-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
526 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## kubecm add docs | ||
|
||
Open document website | ||
|
||
### Synopsis | ||
|
||
Open document website in your browser | ||
|
||
``` | ||
kubecm add docs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Open kubecm website | ||
kubecm docs | ||
# Open add command document page | ||
kubecm add docs | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for docs | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string path of kubeconfig (default "/Users/guoxd/.kube/config") | ||
-c, --cover Overwrite local kubeconfig files | ||
-m, --mac-notify enable to display Mac notification banner | ||
-s, --silence-table enable/disable output of context table on successful config update | ||
-u, --ui-size int number of list items to show in menu at once (default 4) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubecm add](kubecm_add.md) - Add KubeConfig to $HOME/.kube/config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## kubecm alias docs | ||
|
||
Open document website | ||
|
||
### Synopsis | ||
|
||
Open document website in your browser | ||
|
||
``` | ||
kubecm alias docs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Open kubecm website | ||
kubecm docs | ||
# Open add command document page | ||
kubecm add docs | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for docs | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string path of kubeconfig (default "/Users/guoxd/.kube/config") | ||
-m, --mac-notify enable to display Mac notification banner | ||
-s, --silence-table enable/disable output of context table on successful config update | ||
-u, --ui-size int number of list items to show in menu at once (default 4) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubecm alias](kubecm_alias.md) - Generate alias for all contexts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## kubecm clear docs | ||
|
||
Open document website | ||
|
||
### Synopsis | ||
|
||
Open document website in your browser | ||
|
||
``` | ||
kubecm clear docs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Open kubecm website | ||
kubecm docs | ||
# Open add command document page | ||
kubecm add docs | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for docs | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string path of kubeconfig (default "/Users/guoxd/.kube/config") | ||
-m, --mac-notify enable to display Mac notification banner | ||
-s, --silence-table enable/disable output of context table on successful config update | ||
-u, --ui-size int number of list items to show in menu at once (default 4) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubecm clear](kubecm_clear.md) - Clear lapsed context, cluster and user | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## kubecm cloud docs | ||
|
||
Open document website | ||
|
||
### Synopsis | ||
|
||
Open document website in your browser | ||
|
||
``` | ||
kubecm cloud docs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Open kubecm website | ||
kubecm docs | ||
# Open add command document page | ||
kubecm add docs | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for docs | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cluster_id string kubernetes cluster id | ||
--config string path of kubeconfig (default "/Users/guoxd/.kube/config") | ||
-m, --mac-notify enable to display Mac notification banner | ||
--provider string public cloud | ||
--region_id string cloud region id | ||
-s, --silence-table enable/disable output of context table on successful config update | ||
-u, --ui-size int number of list items to show in menu at once (default 4) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubecm cloud](kubecm_cloud.md) - Manage kubeconfig from cloud | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## kubecm delete docs | ||
|
||
Open document website | ||
|
||
### Synopsis | ||
|
||
Open document website in your browser | ||
|
||
``` | ||
kubecm delete docs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Open kubecm website | ||
kubecm docs | ||
# Open add command document page | ||
kubecm add docs | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for docs | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string path of kubeconfig (default "/Users/guoxd/.kube/config") | ||
-m, --mac-notify enable to display Mac notification banner | ||
-s, --silence-table enable/disable output of context table on successful config update | ||
-u, --ui-size int number of list items to show in menu at once (default 4) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kubecm delete](kubecm_delete.md) - Delete the specified context from the kubeconfig | ||
|
Oops, something went wrong.