Firebird/Command Line Tools: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) |
||
| Line 8: | Line 8: | ||
Examples: | Examples: | ||
<pre><nowiki> | <pre><nowiki> | ||
pipeline list | pipeline list # list all pipelines | ||
pipeline start -pid test | pipeline start -pid test # start pipeline, pipeline id is "test" | ||
pipeline stop -pid test | pipeline stop -pid test # stop a pipeline, pipeline id is "test" | ||
pipeline unregister -pid test | pipeline unregister -pid test # unregister a pipeline, pipeline id is "test | ||
pipeline register \ # register a pipeline | pipeline register \ # register a pipeline | ||
--pipeline-module-name pipe \ # the name of the python module for the pipeline is "pipe" | --pipeline-module-name pipe \ # the name of the python module for the pipeline is "pipe" | ||