add command application:app to create edit delete and list application in phraseanet

This commit is contained in:
aynsix
2020-02-27 17:51:57 +03:00
parent f80506f55e
commit 44ef7891bb
2 changed files with 284 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ use Alchemy\Phrasea\Command\Compile\Configuration;
use Alchemy\Phrasea\Command\RecordAdd;
use Alchemy\Phrasea\Command\RescanTechnicalDatas;
use Alchemy\Phrasea\CLI;
use Alchemy\Phrasea\Command\Application\ApplicationAppCommand;
use Alchemy\Phrasea\Command\Plugin\AddPlugin;
use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
use Alchemy\Phrasea\Command\CheckConfig;
@@ -112,6 +113,8 @@ $cli->command(new \module_console_fieldsDelete('fields:delete'));
$cli->command(new \module_console_fieldsRename('fields:rename'));
$cli->command(new \module_console_fieldsMerge('fields:merge'));
$cli->command(new ApplicationAppCommand('application:app'));
$cli->command(new CreateCollection('collection:create'));
$cli->command(new ListCollectionCommand('collection:list'));