Hello Julian,
help for console commands is printed when the option -h is passed.
$ bin/otobo.Console.pl Maint::Config::Dump -h
Dump configuration settings.
Usage:
otobo.Console.pl Maint::Config::Dump name
Options:
[–help|h] – Display help for this command.
[–no-ansi] – Do not perform ANSI terminal output coloring.
[–quiet] – Suppress informative output, only retain error messages.
Arguments:
name – Specify which config setting should be dumped.
A sensible example would be:
$ bin/otobo.Console.pl Maint::Config::Dump ACL::CacheTTL
3600
Unfortunately the output is not helpful at all for more complex settings:
$ bin/otobo.Console.pl Maint::Config::Dump Loader::Module::AgentTicketProcess
002-ProcessManagement=HASH(0x562abcf20c10);
In my opinion this should be changed to print JSON per Default. I have created a feature request for that: https://github.com/RotherOSS/otobo/issues/1948.
Best regards,
Bernhard