Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Warms the cache for frontend users. When no user is specified, warms the cache for the configured priority group. Arguments:
ArgumentRequiredDescription
userNoUsername or user ID to warm cache for
Options:
OptionShortcutDescription
--resetReset the cache before warming
--force-fSkip confirmation prompts
Examples:
# Warm cache for the priority group
php artisan usermgmt:warmcache

# Warm cache for a specific user
php artisan usermgmt:warmcache jdoe

# Reset and warm cache
php artisan usermgmt:warmcache --reset