table of contents
other versions
- stretch 1.0.9+ds-1
- testing 1.2+ds-1
- stretch-backports 1.2+ds-1~bpo9+1
- unstable 1.2+ds-1
- experimental 2.0+ds-1~exp2
stetl(1) | stetl(1) |
NAME¶
stetl - Stetle commandline utilitySYNOPSIS¶
stetl
-c etl.cfg [-s section_name] [-a arglist] [-h subject datavalue]
DESCRIPTION¶
stetl is the commandline utility for the Stetl geospatial ETL framework.OPTIONS¶
- -c config_file, --config config_file
- Path to Stetl config file
- -s section_name, --section section_name
- The section in the Stetl config (ini) file to execute (default is [etl])
- -a arglist, --args arglist
- Arguments or .properties file to be substituted for {argN}s in config file, as -a "arg1=foo arg2=bar" or -a args.properties
- -d class, --doc class
- Get component documentation like its configuration parameters, e.g.
stetl doc stetl.inputs.fileinput.FileInput
10 July 2018 |