export default class XHotfixCommand extends Command {
    public static command = 'xhotfix';

    public async invoke(subCommand: SubCommand) {
        await processProductionCommand(this, ProdCommand.Hotfix, subCommand);