Firebird/Command Line Tools: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
Line 8: Line 8:
Examples:
Examples:
<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"
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
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"

Revision as of 10:27, 15 September 2023

Firebird

Pipeline