Skip to content

Commit

Permalink
Change the org of ks from linuxsuren to kubesphere-sigs (#160)
Browse files Browse the repository at this point in the history
this project was transfered from linuxsuren to kubesphere-sigs
  • Loading branch information
LinuxSuRen committed Aug 19, 2021
1 parent 7222897 commit e5f66c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubectl-plugin/entrypoint/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
func NewCmdKS(streams genericclioptions.IOStreams) (cmd *cobra.Command) {
cmd = &cobra.Command{
Use: "ks",
Short: `kubectl plugin for Kubesphere
Kubesphere is the enterprise-grade container platform tailored for multicloud and multi-cluster management
Short: `kubectl plugin for KubeSphere
KubeSphere is the enterprise-grade container platform tailored for multicloud and multi-cluster management
See also https://github.com/kubesphere/kubesphere`,
}

Expand All @@ -41,7 +41,7 @@ See also https://github.com/kubesphere/kubesphere`,
cmd.AddCommand(user.NewUserCmd(client),
pipeline.NewPipelineCmd(client),
update.NewUpdateCmd(client),
extver.NewVersionCmd("linuxsuren", "ks", "kubectl-ks", nil),
extver.NewVersionCmd("kubesphere-sigs", "ks", "kubectl-ks", nil),
pkg.NewCompletionCmd(cmd),
component.NewComponentCmd(client, clientSet),
token2.NewTokenCmd(client, clientSet),
Expand Down

0 comments on commit e5f66c6

Please sign in to comment.