mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
feat: cli支持更新应用
This commit is contained in:
@@ -26,7 +26,7 @@ func Cli() []*cli.Command {
|
||||
},
|
||||
{
|
||||
Name: "update",
|
||||
Usage: "升级面板",
|
||||
Usage: "更新面板",
|
||||
Action: cliService.Update,
|
||||
},
|
||||
{
|
||||
@@ -327,6 +327,11 @@ func Cli() []*cli.Command {
|
||||
Usage: "卸载应用",
|
||||
Action: cliService.AppUnInstall,
|
||||
},
|
||||
{
|
||||
Name: "update",
|
||||
Usage: "更新应用",
|
||||
Action: cliService.AppUpdate,
|
||||
},
|
||||
{
|
||||
Name: "write",
|
||||
Usage: "添加面板应用标记(仅限指导下使用)",
|
||||
|
||||
Reference in New Issue
Block a user