76 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<module name="scdumpcfg" category="Utilities">
 | 
						|
		<description>
 | 
						|
		Dump bindings or module configurations used by a specific module or global
 | 
						|
		for particular stations.
 | 
						|
		</description>
 | 
						|
		<command-line>
 | 
						|
			<synopsis>
 | 
						|
				scdumpcfg [options]
 | 
						|
			</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#auto-shutdown</optionReference>
 | 
						|
				<optionReference>generic#shutdown-master-module</optionReference>
 | 
						|
				<optionReference>generic#shutdown-master-username</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>
 | 
						|
			</group>
 | 
						|
 | 
						|
			<group name="Database">
 | 
						|
				<optionReference>database#db-driver-list</optionReference>
 | 
						|
				<optionReference>database#database</optionReference>
 | 
						|
				<optionReference>database#config-module</optionReference>
 | 
						|
				<optionReference>database#inventory-db</optionReference>
 | 
						|
				<optionReference>database#config-db</optionReference>
 | 
						|
			</group>
 | 
						|
 | 
						|
			<group name="Dump">
 | 
						|
				<option flag="B" long-flag="bindings" argument="arg">
 | 
						|
					<description>
 | 
						|
					Dump bindings instead of module configuration.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="G" long-flag="allow-global" argument="arg">
 | 
						|
					<description>
 | 
						|
					Print global bindings if no module binding is available.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="P" long-flag="param" argument="arg">
 | 
						|
					<description>
 | 
						|
					Specify the parameter name(s) to filter for. Use comma
 | 
						|
					separation of multiple parameters.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option long-flag="cfg">
 | 
						|
					<description>
 | 
						|
					Print output in .cfg format. Does not work along with -B.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option long-flag="nslc">
 | 
						|
					<description>
 | 
						|
					Print the list of channels which have bindings of the given
 | 
						|
					module. Requires to set -B. Can be used by other modules,
 | 
						|
					e.g., invextr, scart, scmssort, scevtstreams.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
			</group>
 | 
						|
		</command-line>
 | 
						|
	</module>
 | 
						|
</seiscomp>
 |