coolify/app/Console/Commands
Andras Bacsai e6ed3130b5 feat(stripe): Add manual subscription sync command with dry-run support
Add cloud:sync-stripe-subscriptions command to manually check all
subscriptions against Stripe. By default it only reports discrepancies
without making changes. Use --fix flag to actually apply corrections.

This addresses race conditions where subscriptions can be cancelled in
Stripe but remain marked as active in Coolify's database.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-19 09:34:39 +01:00
..
Cloud feat(stripe): Add manual subscription sync command with dry-run support 2025-12-19 09:34:39 +01:00
Generate
AdminDeleteUser.php
CheckApplicationDeploymentQueue.php
CheckTraefikVersionCommand.php feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-14 11:35:22 +01:00
CleanupApplicationDeploymentQueue.php
CleanupDatabase.php
CleanupNames.php fix: log warning on backup failure during name cleanup process 2025-11-27 10:51:19 +01:00
CleanupRedis.php reduce: minimize logging in cleanup commands 2025-11-26 14:19:13 +01:00
CleanupStuckedResources.php
CleanupUnreachableServers.php
ClearGlobalSearchCache.php
Dev.php
Emails.php feat(BackupNotification): include database name in BackupFailed notification for better context 2025-11-11 15:27:57 +01:00
Horizon.php
HorizonManage.php
Init.php
Migration.php
NotifyDemo.php Refactor color classes from yellow to warning across the application 2025-11-28 16:23:32 +01:00
RootChangeEmail.php
RootResetPassword.php
RunScheduledJobsManually.php
Scheduler.php
Seeder.php
ServicesDelete.php
SyncBunny.php fix: improve error handling and output capturing during Git operations in SyncBunny command 2025-11-27 10:51:25 +01:00
UpdateServiceVersions.php
ViewScheduledLogs.php