coolify/app/Console/Commands
Andras Bacsai 64c4ce210e feat: add artisan command to clear global search cache
Add a new artisan command for manually clearing the global search cache
during development and testing. This is useful when testing new navigation
entries or updates to searchable resources without waiting for the 5-minute
cache TTL.

Command: php artisan search:clear

Usage options:
- search:clear              - Clear cache for current user's team
- search:clear --team=1     - Clear cache for specific team ID
- search:clear --all        - Clear cache for all teams

This helps developers test global search changes immediately, especially
when adding new navigation routes like cloud-init scripts.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 13:36:14 +02:00
..
Cloud
Generate
AdminRemoveUser.php
CheckApplicationDeploymentQueue.php
CleanupApplicationDeploymentQueue.php
CleanupDatabase.php
CleanupNames.php
CleanupRedis.php
CleanupStuckedResources.php
CleanupUnreachableServers.php
ClearGlobalSearchCache.php feat: add artisan command to clear global search cache 2025-10-11 13:36:14 +02:00
Dev.php
Emails.php
Horizon.php
HorizonManage.php
Init.php
Migration.php
NotifyDemo.php
RootChangeEmail.php
RootResetPassword.php
RunScheduledJobsManually.php
Scheduler.php
Seeder.php
ServicesDelete.php
SyncBunny.php
ViewScheduledLogs.php