Firebird/Command Line Tools: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) |
||
| Line 9: | Line 9: | ||
<pre><nowiki> | <pre><nowiki> | ||
pipeline list # list all pipelines | pipeline list # list all pipelines | ||
pipeline start -pid test # start pipeline, pipeline id is "test" | pipeline start -pid test # start pipeline, pipeline id is "test", using 1 pod to run the pipeline | ||
pipeline start -pid test -r 10 # start pipeline, pipeline id is "test", using 10 pod to run the pipeline | |||
pipeline stop -pid test # stop a pipeline, pipeline id is "test" | pipeline stop -pid test # stop a pipeline, pipeline id is "test" | ||
pipeline unregister -pid test # unregister a pipeline, pipeline id is "test | pipeline unregister -pid test # unregister a pipeline, pipeline id is "test | ||