Command reference
squirrel template¶
- squirrel template¶
usage: squirrel template [--help] [--loglevel LEVEL] [--progress DEST]
[--format FMT] [--write]
[SNIPPET]
Print configuration snippets.Available configuration SNIPPETs:
- None
None
local.dataset: A typical collection of local files. geofon.dataset: Everything available through GEOFON. iris-seis.dataset: All high- and low-gain seismometer channels at IRIS. iris-seis-bb.dataset: All broad-band high-gain seismometer channels at IRIS. bgr-gr-lh.dataset: All LH channels for network GR from BGR.
Positional arguments:
- SNIPPET
Name of template snippet to print.
Optional arguments:
- --format FMT, -f FMT
Set verbosity level of output YAML. Choices: commented, normal, brief. Default: commented.
- --write, -w
Write to file.
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
.