2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

feat: cli支持更新应用

This commit is contained in:
耗子
2024-10-17 17:32:38 +08:00
parent df021819b4
commit 1a9fe40b80
8 changed files with 47 additions and 27 deletions

View File

@@ -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: "添加面板应用标记(仅限指导下使用)",