Command-Line usage of opentalk-controller
When started without a subcommand, the opentalk-controller command loads the
configuration and starts as a service, serving incoming
connections using the included HTTP server.
In addition, some subcommands are available for management tasks.
Subcommands
These subcommands are available:
fix-aclfor recreating all ACL entries of the database.aclfor modification of ACL settings.migrate-dbfor explicit migration of database without starting the controller servicetenantsfor managing tenants.tariffsfor managing tariffs.jobsfor configuring and running maintenance jobs.modulesfor managing modules.helpfor showing the help output.
Raw help output
Help output looks like this:
Usage: opentalk-controller [OPTIONS] [COMMAND]
Commands:
fix-acl Recreate all ACL entries from the current database content. Existing entries will not be touched unless the command is told to delete them all beforehand
acl Modify the ACLs
migrate-db Migrate the db. This is done automatically during start of the controller, but can be done without starting the controller using this command
tenants Manage existing tenants
tariffs Manage tariffs
jobs Manage and execute maintenance jobs
modules Manage modules
help Print this message or the help of the given subcommand(s)
Options:
-c, --config <CONFIG> Specify path to configuration file [default: config.toml]
--reload Triggers a reload of the Janus Server configuration
--version
-h, --help Print help