Examples:
pipeline list # list all pipelines
pipeline start -pid test # start 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 register \ # register a pipeline
--pipeline-module-name pipe \ # the name of the python module for the pipeline is "pipe"
--pipeline-namespace-name firebird \ # your pipeline will be deployed to kubernete namespace "firebird"
--pipeline-image-name iad.ocir.io/idrnu3akjpv5/firebird-app1 # your docker image for the pipeline is "iad.ocir.io/idrnu3akjpv5/firebird-app1"