Command reference
squirrel remove¶
Remove entries from selection or database.
- squirrel remove¶
usage: squirrel remove [--help] [--loglevel LEVEL] [--progress DEST]
SUBCOMMAND ...
Allows selective removal of cached metadata from Squirrel’s database.
Currently only removal of waveform promises is supported.
General options:
- --help, -h
Show this help message and exit.
- --loglevel LEVEL
Set logger level. Choices:
critical,error,warning,info,debug. Default:info.
- --progress DEST
Set how progress status is reported. Choices:
terminal,log,off. Default:terminal.
Subcommands:
Manual: https://pyrocko.org/docs/current/apps/squirrel
Tutorial: https://pyrocko.org/docs/current/apps/squirrel/tutorial.html
Examples: https://pyrocko.org/docs/current/apps/squirrel/manual.html#examples
🐿️