docs/wc-cli/wc-cli-commands/wc-palt.md
Commands for managing the product attributes lookup table. The table stores denormalized product attribute term data used to speed up catalog filtering.
Enable usage of the product attributes lookup table.
--force - Skip confirmation when enabling table usage while regeneration is in progress, was aborted, or the lookup table is empty.Disables usage of the product attributes lookup table.
Displays information about the product attributes lookup table.
<product_id>Regenerate product attributes lookup table data for one product.
--disable-db-optimization - Do not use optimized database access even if products are stored as custom post types.Abort background regeneration of the product attributes lookup table.
--cleanup - Also clean up temporary data, so regeneration cannot be resumed but can be restarted.Resumes background regeneration of the product attributes lookup table after it has been aborted.
Deletes temporary data used during product attributes lookup table regeneration.
Initiate background regeneration of the product attributes lookup table using scheduled actions.
--force - Do not prompt for confirmation if the product attributes lookup table is not empty.Regenerate the product attributes lookup table immediately without using scheduled tasks.
--force - Do not prompt for confirmation if the product attributes lookup table is not empty.
--from-scratch - Start table regeneration from scratch even if regeneration is already in progress.
--disable-db-optimization - Do not use optimized database access even if products are stored as custom post types.
--batch-size - How many products to process in each iteration of the loop.
Default: 10