feat(ota): upgrade container

This commit is contained in:
Jacky 2025-04-21 06:20:15 +00:00
parent a88f8646e6
commit e2c43be24a
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
19 changed files with 708 additions and 28 deletions

View file

@ -26,10 +26,11 @@ func NewAppCmd() *cli.Command {
},
},
{
Name: "reset-password",
Usage: "Reset the initial user password",
Name: "reset-password",
Usage: "Reset the initial user password",
Action: user.ResetInitUserPassword,
},
UpgradeDockerStep2Command,
},
Flags: []cli.Flag{
&cli.StringFlag{