TheDocumentation Index
Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt
Use this file to discover all available pages before exploring further.
config command lets you inspect and modify your squirrel.toml configuration file without editing it manually.
Subcommands
show
Display the current configuration with the resolved file path:set
Update a configuration value using dot notation:Options
| Option | Description |
|---|---|
--dry-run | Preview the change without writing to disk |
path
Print the path to the active config file:validate
Check that your config file is valid TOML and passes schema validation:Examples
Check current settings
Increase crawl limit
Preview a change
Disable AI rules
Verify config before deploy
Config File Resolution
squirrelscan searches forsquirrel.toml starting from the current directory and walking up to your home directory. The first config file found is used.
If no config file exists, commands that require one will prompt you to run squirrel init.
See Also
- Configuration Reference - Full config file documentation
- init - Create a new config file