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
parent
5f71a8d5e9
commit
fc7e1ed0f9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue