{ "commands": { "panel:cert-renew": { "description": "[Panel] Certificate renewal" }, "panel:monitoring": { "description": "[Panel] System Monitoring" }, "panel": { "description": "[Panel] Command line", "forDeveloper": "Please use the following commands under the guidance of the developer", "use": "Please use the following commands", "tool": "command line tool", "portFail": "failed to get panel port", "port": "Panel port", "entrance": "Panel entrance", "update": { "description": "update/fix panel to latest version", "taskCheck": "There is currently a task being executed and updates are prohibited.", "versionFail": "failed to get latest version", "fail": "update failed", "success": "update completed" }, "getInfo": { "description": "reinitialize panel account information", "adminGetFail": "failed to get administrator information", "adminSaveFail": "failed to save administrator information", "passwordGenerationFail": "failed to generate password", "username": "Username", "password": "Password", "address": "Panel address" }, "getPort": { "description": "get the panel access port" }, "getEntrance": { "description": "get panel access" }, "deleteEntrance": { "description": "delete panel access", "fail": "failed to delete panel entrance", "success": "panel entrance deleted successfully" }, "cleanTask": { "description": "clean up running and waiting tasks in the panel [used when tasks are stuck]" }, "backup": { "description": "back up website/MySQL database/PostgreSQL database to the specified directory and retain the specified amount" }, "cutoff": { "description": "cut website logs and keep specified amount" }, "installPlugin": { "description": "install plugin" }, "uninstallPlugin": { "description": "uninstall plugin" }, "updatePlugin": { "description": "update plugin" }, "addSite": { "description": "add website [domain name and port separated by commas]" }, "removeSite": { "description": "remove website" }, "init": { "description": "initialize the panel", "exist": "panel has been initialized", "success": "initialization successful", "adminFound": "failed to create administrator", "fail": "initialization failed" }, "writePlugin": { "description": "write plugin installation status", "paramFail": "plugin slug and version are required", "fail": "failed to write plugin installation status", "success": "plugin installation status written successfully" }, "deletePlugin": { "description": "delete plugin installation status", "paramFail": "plugin slug is required", "fail": "failed to remove plugin installation status", "success": "plugin installation status removed successfully" }, "writeMysqlPassword": { "description": "write MySQL root password", "paramFail": "MySQL root password is required", "fail": "failed to write MySQL root password", "success": "MySQL root password written successfully" }, "writeSite": { "description": "write website data to the panel" }, "deleteSite": { "description": "delete panel website data" }, "getSetting": { "description": "get panel setting data" }, "writeSetting": { "description": "write/update panel setting data" }, "deleteSetting": { "description": "delete panel setting data" } }, "panel:task": { "description": "[Panel] Daily tasks" } } }