Opened 5 years ago
Closed 5 years ago
#2140 closed enhancement (fixed)
wcst_import - pass parameters with --key value format
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Currently, wcst_import.sh
passes parameters to wcst_import.py
with only values. This makes it hard to extend with more parameters.
Then, wcst_import.py needs to be enhanced to parse parameters as --key value
, example:
python wcst_import.py --i ingest.json --daemon_action start --watch_interval 3600
Note:
See TracTickets
for help on using tickets.