You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="invextr" category="Inventory">
<description>Extract channels from inventory.</description>
<configuration>
</configuration>
<command-line>
<synopsis>
invextr [OPTIONS] [input=stdin] [output=stdout]
</synopsis>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
<optionReference>generic#config-file</optionReference>
<optionReference>generic#plugins</optionReference>
<optionReference>generic#daemon</optionReference>
<optionReference>generic#print-config-vars</optionReference>
<optionReference>generic#validate-schema-params</optionReference>
<optionReference>generic#dump-settings</optionReference>
</group>
<group name="Verbosity">
<optionReference>verbosity#verbosity</optionReference>
<optionReference>verbosity#v</optionReference>
<optionReference>verbosity#quiet</optionReference>
<optionReference>verbosity#component</optionReference>
<optionReference>verbosity#syslog</optionReference>
<optionReference>verbosity#lockfile</optionReference>
<optionReference>verbosity#console</optionReference>
<optionReference>verbosity#debug</optionReference>
<optionReference>verbosity#log-file</optionReference>
<optionReference>verbosity#print-context</optionReference>
<optionReference>verbosity#print-component</optionReference>
<optionReference>verbosity#log-utc</optionReference>
<optionReference>verbosity#trace</optionReference>
</group>
<group name="Extract">
<option flag="" long-flag="chans" argument="arg">
<description>
A comma separated list of channel IDs to extract
which can contain wildcards. Default: *.*.*.* meaning
all streams.
Example: invextr --chans &quot;GE.*.*.BHZ,GE.MORC.*.*&quot; inv.xml
</description>
</option>
<option flag="r" long-flag="region" argument="arg">
<description>
Filter streams by geographic region given as
"South, East, North, West". Region is unused by default.
</description>
</option>
<option flag="" long-flag="rm" argument="arg">
<description>
Removes all channels given with '--chans' instead of
extracting them.
Example: invextr --rm --chans &quot;GE.*&quot; inv.xml
</description>
</option>
<option flag="f" long-flag="formatted">
<description>Enables formatted XML output.</description>
</option>
</group>
</command-line>
</module>
</seiscomp>