Fix: mailwolt:* als Aliase für clubird:* – Sbin-Scripts müssen nicht geändert werden

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main v1.1.390
boban 2026-04-27 01:57:31 +02:00
parent 5f71a8d5e9
commit fc7e1ed0f9
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ use Illuminate\Console\Command;
class CheckUpdates extends Command
{
protected $signature = 'clubird:check-updates';
protected $signature = 'clubird:check-updates|mailwolt:check-updates';
protected $description = 'Check for newer CluBird releases via git tags';
public function handle(): int

View File

@ -6,7 +6,7 @@ use Illuminate\Console\Command;
class MailwoltRestart extends Command
{
protected $signature = 'clubird:restart-services';
protected $signature = 'clubird:restart-services|mailwolt:restart-services';
protected $description = 'Restart or reload MailWolt-related system services';
public function handle(): int

View File

@ -6,7 +6,7 @@ use Illuminate\Console\Command;
class MigrateEnvReverb extends Command
{
protected $signature = 'clubird:migrate-env-reverb';
protected $signature = 'clubird:migrate-env-reverb|mailwolt:migrate-env-reverb';
protected $description = 'Migriert veraltete REVERB_* .env-Werte auf Domain-Basis';
public function handle(): int

View File

@ -7,7 +7,7 @@ use Illuminate\Console\Command;
class WizardDomains extends Command
{
protected $signature = 'clubird:wizard-domains
protected $signature = 'clubird:wizard-domains|mailwolt:wizard-domains
{--ui= : UI-Domain}
{--mail= : Mail-Domain}
{--webmail= : Webmail-Domain}