dsfrun project
--project
--flow
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
| parameter | required | description |
|---|---|---|
| project | YES | project name |
| flow | YES | exec flow file |
| date | no | single date to execute |
| dates | no | multiple dates to execute |
| date-from | no | start of date range to execute |
| date-from | no | end of date range to execute |
You have to specify date, dates or date-from and date-to.
Please use this command in project root directory.
dsfrun workflow
--project
--workflow
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
| parameter | required | description |
|---|---|---|
| project | YES | project name |
| workflow | YES | workflow name |
| date | no | single date to execute |
| dates | no | multiple dates to execute |
| date-from | no | start of date range to execute |
| date-from | no | end of date range to execute |
You have to specify date, dates or date-from and date-to.
Please use this command in project root directory.
dsfrun task
--project
--workflow
--task-id
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
| parameter | required | description |
|---|---|---|
| project | YES | project name |
| workflow | YES | exec flow file |
| task-id | YES | task id |
| date | no | single date to execute |
| dates | no | multiple dates to execute |
| date-from | no | start of date range to execute |
| date-from | no | end of date range to execute |
You have to specify date, dates or date-from and date-to.
Please use this command in project root directory.
dsfrun webserver
--port
[--auto-update]
[--update-interval]
[--check-dir]
[-- --help]
| parameter | required | description |
|---|---|---|
| port | YES | port number |
| auto-update | no | whether you want to use auto reloading function |
| update-interval | no | interval to check updates |
| check-dir | no | directory where should be checked updates |