Skip to content

OOP CLI commands

Tim Starling requested to merge work/tstarling/cli-refactor into main

Refactor the CLI commands so that they use classes. Base classes BaseCommand and BotCommand replace BotUtil.

Move the MySQL connection properties from credentials.json to a separate file.

Rename bot.js to update-indexes.js.

Bug: T361067

Edited by Tim Starling

Merge request reports