> ## 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.

# tableauviz:updatepreloadsettings

> Update preload settings by checking Tableau Metadata API for filter/parameter types

Reaches out to Tableau's Metadata API to check whether each preload setting is a filter or parameter and updates the
database accordingly.

**Options:**

| Option    | Shortcut | Description               |
| --------- | -------- | ------------------------- |
| `--force` | `-f`     | Skip confirmation prompts |

**Example:**

```bash theme={null}
php artisan tableauviz:updatepreloadsettings --force
```
