feat: 🚛 完成了 client 资源创建
This commit is contained in:
@@ -52,7 +52,7 @@ func makeCmd() *cobra.Command {
|
||||
_cmd.AddCommand(
|
||||
makecmd.ALL(),
|
||||
makecmd.Images(),
|
||||
makecmd.Binaries(),
|
||||
makecmd.K0s(),
|
||||
makecmd.Flannel(),
|
||||
makecmd.Longhorn(),
|
||||
makecmd.Mysql(),
|
||||
@@ -68,6 +68,7 @@ func makeCmd() *cobra.Command {
|
||||
makecmd.Proxy(),
|
||||
makecmd.Seafile(),
|
||||
makecmd.App(),
|
||||
makecmd.Client(),
|
||||
)
|
||||
|
||||
return _cmd
|
||||
|
||||
Reference in New Issue
Block a user