Command reference
squirrel info storage-scheme¶
Show information about builtin storage schemes.
- squirrel info storage-scheme¶
usage: squirrel info storage-scheme [--help] [--loglevel LEVEL]
[--progress DEST]
[SCHEME]
Positional arguments:
- SCHEME
Show expected characteristics of a builtin storage scheme. Choices:
default,sds
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.
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
🐿️