coolify/app/Console/Commands/Cloud
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
..
CloudFixSubscription.php refactor(cloud-commands): consolidate and enhance subscription management commands 2025-09-23 14:56:58 +02:00
RestoreDatabase.php refactor: move RestoreDatabase command to Cloud namespace 2025-11-05 14:42:12 +01:00
SyncStripeSubscriptions.php feat(stripe): Add manual subscription sync command with dry-run support 2025-12-19 09:34:39 +01:00