This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/app/consoleCommands.json
T
2024-04-09 11:34:16 +03:00

73 lines
1.6 KiB
JSON

{
"import": {
"className": "Espo\\Classes\\ConsoleCommands\\Import",
"listed": true
},
"clearCache": {
"listed": true,
"noSystemUser": true
},
"rebuild": {
"listed": true,
"noSystemUser": true,
"allowedFlags": ["hard"]
},
"updateAppTimestamp": {
"listed": true,
"noSystemUser": true
},
"appInfo": {
"listed": true
},
"setPassword": {
"listed": true
},
"upgrade": {
"listed": true
},
"extension": {
"listed": true
},
"runJob": {
"listed": true,
"allowedOptions": [
"job",
"targetId",
"targetType"
]
},
"version": {
"listed": true,
"noSystemUser": true
},
"createAdminUser": {
"className": "Espo\\Classes\\ConsoleCommands\\CreateAdminUser",
"listed": true
},
"rebuildCategoryPaths": {
"className": "Espo\\Classes\\ConsoleCommands\\RebuildCategoryPaths",
"listed": true
},
"populateArrayValues": {
"className": "Espo\\Classes\\ConsoleCommands\\PopulateArrayValues",
"listed": true
},
"populateNumbers": {
"className": "Espo\\Classes\\ConsoleCommands\\PopulateNumbers",
"listed": false
},
"checkFilePermissions": {
"className": "Espo\\Classes\\ConsoleCommands\\CheckFilePermissions",
"listed": true,
"noSystemUser": true
},
"migrate": {
"listed": true,
"noSystemUser": true
},
"migrationVersionStep": {
"listed": false,
"noSystemUser": true
}
}